public UsersController(SessionTrainingContext context)
 {
     _context = context;
 }
예제 #2
0
 public LoginService(User user, SessionTrainingContext context)
 {
     User     = user;
     _context = context;
 }