Create an initial ViewModel for the ShoppingList Detail
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
using Francesco.Recipes.World.Models.BackendModels.Shoppinglist;
|
||||||
|
|
||||||
|
namespace Francesco.Recipes.World.Models
|
||||||
|
{
|
||||||
|
public class ShoppingListDetailsViewModel
|
||||||
|
{
|
||||||
|
public ShoppingList ShoppingList { get; set; } = new ShoppingList();
|
||||||
|
|
||||||
|
public int RecipeCount { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user