Example #1
0
 public RecipeRepository(SmartFridgeAppContext context)
 {
     _context = context;
 }
Example #2
0
 public FoodProductRepository(SmartFridgeAppContext context)
 {
     _context = context;
 }