forked from sanchezvem/PyroFetes
Fixed all relationship and write errors in all entities
This commit is contained in:
@@ -12,7 +12,9 @@ public class Sound
|
||||
[Required, MaxLength(40)] public string? Kind { get; set; }
|
||||
[Required, MaxLength(40)] public string? Format { get; set; }
|
||||
public DateTime? CreationDate { get; set; }
|
||||
|
||||
[Required] public int SoundCategoryId { get; set; }
|
||||
public SoundCategory? Category { get; set; }
|
||||
public ICollection<SoundTimecode>? ShowPlacements { get; set; }
|
||||
public SoundCategory? SoundCategory { get; set; }
|
||||
|
||||
public List<SoundTimecode>? SoundTimecodes { get; set; }
|
||||
}
|
Reference in New Issue
Block a user