Last files for merge
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
public class Instruction
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Number { get; set; }
|
||||
public virtual Recipe Recipe { get; set; } = new();
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public int Number { get; set; }
|
||||
public virtual Recipe Recipe { get; set; } = new ();
|
||||
public virtual ICollection<MediaFile> MediaFiles { get; set; } = new List<MediaFile>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user