public RestaurantReviewDbRepository(OdeToFoodContext context) { _context = context; }
public SqlRestaurantDate(OdeToFoodContext odeToFoodContext) { _context = odeToFoodContext; }
public Repository(DbContext context) { _context = (OdeToFoodContext)context; }
public SqlRestaurantData(OdeToFoodContext db) { this.db = db; }
public ReviewDBRespository(OdeToFoodContext context) { _context = context; }
public CafeReviewDbRepository(OdeToFoodContext context) { _context = context; }