Initial Migration
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
public class RecipeIngredient
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public virtual Recipe Recipe { get; set; } = new ();
|
||||
public virtual Ingredient Ingredient { get; set; } = new ();
|
||||
public Guid RecipeId { get; set; }
|
||||
public virtual Recipe Recipe { get; set; } = new();
|
||||
public virtual Ingredient Ingredient { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user