Esempio n. 1
0
 public System.Threading.Tasks.Task <ServiceReference.FavoriteCountResponse> FavoriteCountAsync(string userId)
 {
     ServiceReference.FavoriteCountRequest inValue = new ServiceReference.FavoriteCountRequest();
     inValue.Body        = new ServiceReference.FavoriteCountRequestBody();
     inValue.Body.userId = userId;
     return(((ServiceReference.CountWebServiceSoap)(this)).FavoriteCountAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <ServiceReference.FavoriteCountResponse> ServiceReference.CountWebServiceSoap.FavoriteCountAsync(ServiceReference.FavoriteCountRequest request)
 {
     return(base.Channel.FavoriteCountAsync(request));
 }