예제 #1
0
 public async Task <object> GetToken(UserInfoDTO userData)
 {
     return(await _JWTService.ConstructToken(userData));
 }