public TransactionsController(AquaBackendContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public ReportsController(AquaBackendContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public ClientsController(AquaBackendContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public PricesController(AquaBackendContext context)
 {
     _context = context;
 }