public TransactionsController(AquaBackendContext context) { _context = context; }
public ReportsController(AquaBackendContext context) { _context = context; }
public ClientsController(AquaBackendContext context) { _context = context; }
public PricesController(AquaBackendContext context) { _context = context; }