Beispiel #1
0
 public TimeSetsController(SamsContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ChefsController(SamsContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public PhoneNumbersController(SamsContext context)
 {
     _context = context;
 }
 public DaySchedulesController(SamsContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public ManagersController(SamsContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public AddressesController(SamsContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public AppUsersController(SamsContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public OrdersController(SamsContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public CustomersController(SamsContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public ExecutivesController(SamsContext context)
 {
     _context = context;
 }
 public RestaurantsController(SamsContext context)
 {
     _context = context;
 }
Beispiel #12
0
 public PointsController(SamsContext context)
 {
     _context = context;
 }
Beispiel #13
0
 public ReservationService(SamsContext context)
 {
     _context = context;
 }
 public ReservationsController(SamsContext context)
 {
     _context = context;
 }
Beispiel #15
0
 public MenuItemsController(SamsContext context)
 {
     _context = context;
 }