Media Controller Tests and other

This commit is contained in:
Artemy
2025-07-21 16:18:04 +07:00
parent c0d02e0fa1
commit c434ca447c
8 changed files with 286 additions and 22 deletions
@@ -15,7 +15,7 @@ public record Media(Guid UploaderId,
string FileName,
byte[] Data,
MediaType Type,
string MineType,
string MimeType,
string EncryptedKey);
public record MediaUploadResult(Guid? MediaId, string Url);