public LocationsController(Mastercontext context)
 {
     _context = context;
 }
 public SFoodListsController(Mastercontext context)
 {
     _context = context;
 }
 public RestaurantsController(Mastercontext context)
 {
     _context = context;
 }
Example #4
0
 public LoginController(Mastercontext context)
 {
     _context = context;
 }
 public CategoriesController(Mastercontext context)
 {
     _context = context;
 }
 public QuantitiesController(Mastercontext context)
 {
     _context = context;
 }
Example #7
0
 public SignupsController(Mastercontext context)
 {
     _context = context;
 }
Example #8
0
 public OrdersController(Mastercontext context)
 {
     _context = context;
 }
Example #9
0
 public PaymentsController(Mastercontext context)
 {
     _context = context;
 }