Exemplo n.º 1
0
 public ExecutorRepository()
 {
     _context = new profit_print_dbContext();
 }
Exemplo n.º 2
0
 public UserRepository()
 {
     _context = new profit_print_dbContext();
 }