Add new Model Unit and changed some Logik to some Properties
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
public class Instruction
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string? StepDescription { get; set; }
|
||||
public string? StepNumber { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Number { get; set; }
|
||||
public virtual Recipe Recipe { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user