Exemplo n.º 1
0
 public Task <UserInfoDto> GetUserInfo()
 {
     return(_api.GetUserInfoRaw(""));
 }
Exemplo n.º 2
0
 public static Task <UserInfo> GetUserInfo(this IRestaurantApi This)
 {
     return(This.GetUserInfoRaw());
 }