Exemplo n.º 1
0
 public GraphDataController(etrackerContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public UsersController(etrackerContext context)
 {
     _context = context;
 }
 public ValidateDataController(etrackerContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public ExpenseDetailsController(etrackerContext context)
 {
     _context = context;
 }
 public ExpenseCategoriesController(etrackerContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public ExpenseHistoriesController(etrackerContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public LoginController(etrackerContext context)
 {
     _context = context;
 }