public TransactionsController(AquaBackendContext context)
 {
     _context = context;
 }
Example #2
0
 public ReportsController(AquaBackendContext context)
 {
     _context = context;
 }
Example #3
0
 public ClientsController(AquaBackendContext context)
 {
     _context = context;
 }
Example #4
0
 public PricesController(AquaBackendContext context)
 {
     _context = context;
 }