public UserRepository(RESTAPIContext context) { _context = context; }
public EstablishmentRepository(RESTAPIContext context) { _context = context; }
public EventRepository(RESTAPIContext context) { _context = context; }
public CategoriesController(RESTAPIContext context) { _context = context; }
public PromotionRepository(RESTAPIContext context) { _context = context; }
public StoreRepository(RESTAPIContext context) { _context = context; }