Exemplo n.º 1
0
 public AuthController(IUserRepository userRepository, IJSONWebTokenService jsonWebTokenService)
 {
     _userRepository      = userRepository;
     _jsonWebTokenService = jsonWebTokenService;
 }