Example #1
0
 public AccountModelsController(WashingContext context) => _context = context;
Example #2
0
 public TopupModelsController(WashingContext context) => _context = context;
Example #3
0
 public BorrowModelsController(WashingContext context)
 {
     _context = context;
 }
 public DiscountModelsController(WashingContext context)
 {
     _context = context;
 }
Example #5
0
 public PaybackModelsController(WashingContext context)
 {
     _context = context;
 }
 public HomeController(WashingContext context) => _context = context;
Example #7
0
 public WarehouseModelsController(WashingContext context) => _context = context;
Example #8
0
 public ItemModelsController(WashingContext context)
 {
     _context = context;
 }