Esempio n. 1
0
 public AccountRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
 public RecipeRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public InstructionRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public FavoriteRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
 public IngredientRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
 public ReviewRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }