예제 #1
0
 public AccountRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
 public RecipeRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
예제 #3
0
 public InstructionRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
예제 #4
0
 public FavoriteRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
 public IngredientRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }
 public ReviewRepo(FridgeThingsDBContext context)
 {
     _context = context;
 }