예제 #1
0
 public async Task <ActionResult <UserInfoDto> > GetUserInfo()
 {
     return(Single(await _client.GetUserInfo(GetAccountId())));
 }