public UserRepository(RESTAPIContext context)
 {
     _context = context;
 }
 public EstablishmentRepository(RESTAPIContext context)
 {
     _context = context;
 }
 public EventRepository(RESTAPIContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public CategoriesController(RESTAPIContext context)
 {
     _context = context;
 }
 public PromotionRepository(RESTAPIContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public StoreRepository(RESTAPIContext context)
 {
     _context = context;
 }