public TpPeoplesController(TpdoriosContext context)
 {
     _context = context;
 }
 public TpUserLocationPresencesController(TpdoriosContext context)
 {
     _context = context;
 }
 public TpClientsController(TpdoriosContext context)
 {
     _context = context;
 }
Example #4
0
 public TpUsersController(TpdoriosContext context)
 {
     _context = context;
 }
Example #5
0
 public TpGuestsController(TpdoriosContext context)
 {
     _context = context;
 }
 public TpMenuItemsController(TpdoriosContext context)
 {
     _context = context;
 }
Example #7
0
 public TpOrderItemsController(TpdoriosContext context)
 {
     _context = context;
 }
 public TpMenuVolumeTypesController(TpdoriosContext context)
 {
     _context = context;
 }
Example #9
0
 public TpGuestDeliveriesController(TpdoriosContext context)
 {
     _context = context;
 }
Example #10
0
 public TpChecksController(TpdoriosContext context)
 {
     _context = context;
 }
 public TpLocationsController(TpdoriosContext context)
 {
     _context = context;
 }