public UsersController(SessionTrainingContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public LoginService(User user, SessionTrainingContext context)
 {
     User     = user;
     _context = context;
 }