Last files for merge
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
public string? MimeType { get; set; }
|
||||
|
||||
public byte[]? Data { get; set; }
|
||||
public virtual Recipe? Recipe { get; set; } = new();
|
||||
public virtual Instruction Instruction { get; set; } = new();
|
||||
public virtual Recipe? Recipe { get; set; } = new ();
|
||||
public virtual Instruction Instruction { get; set; } = new ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user