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