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