This commit is contained in:
2025-10-02 17:23:48 +02:00
parent 52066ccdc2
commit 165addd785
6 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ public class CreateSoundDto
public string? Duration { get; set; }
public string? Kind { get; set; }
public string? Format { get; set; }
public string? CreationDate { get; set; }
public DateTime? CreationDate { get; set; }
public string? SoundCategoryId { get; set; }
}