public AccountRepo(FridgeThingsDBContext context) { _context = context; }
public RecipeRepo(FridgeThingsDBContext context) { _context = context; }
public InstructionRepo(FridgeThingsDBContext context) { _context = context; }
public FavoriteRepo(FridgeThingsDBContext context) { _context = context; }
public IngredientRepo(FridgeThingsDBContext context) { _context = context; }
public ReviewRepo(FridgeThingsDBContext context) { _context = context; }