public DrinksModel(Recipe_NowContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemple #2
0
 //public Tuple<Recipe, List<string>> RecipeIngredients = new Tuple<Recipe, List<string>>(Recipes[0], Ingredients);
 public CardModel(Recipe_NowContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemple #3
0
 public LikesModel(Recipe_NowContext dbContext)
 {
     _dbContext = dbContext;
 }
 public SearchModel(Recipe_NowContext dbContext)
 {
     _dbContext = dbContext;
 }