public RestaurantRepository(NowaiterContext context) { _context = context; }
public LocationRepository(NowaiterContext context) { _context = context; }
public StatusRepository(NowaiterContext context) { _context = context; }