public GraphDataController(etrackerContext context) { _context = context; }
public UsersController(etrackerContext context) { _context = context; }
public ValidateDataController(etrackerContext context) { _context = context; }
public ExpenseDetailsController(etrackerContext context) { _context = context; }
public ExpenseCategoriesController(etrackerContext context) { _context = context; }
public ExpenseHistoriesController(etrackerContext context) { _context = context; }
public LoginController(etrackerContext context) { _context = context; }