예제 #1
0
 public UserRepository(RESTAPIContext context)
 {
     _context = context;
 }
 public EstablishmentRepository(RESTAPIContext context)
 {
     _context = context;
 }
예제 #3
0
 public EventRepository(RESTAPIContext context)
 {
     _context = context;
 }
예제 #4
0
 public CategoriesController(RESTAPIContext context)
 {
     _context = context;
 }
예제 #5
0
 public PromotionRepository(RESTAPIContext context)
 {
     _context = context;
 }
예제 #6
0
 public StoreRepository(RESTAPIContext context)
 {
     _context = context;
 }