コード例 #1
0
 public System.Threading.Tasks.Task <ABCosmetic_app.StoreService.GetByIDResponse> GetByIDAsync(int id)
 {
     ABCosmetic_app.StoreService.GetByIDRequest inValue = new ABCosmetic_app.StoreService.GetByIDRequest();
     inValue.Body    = new ABCosmetic_app.StoreService.GetByIDRequestBody();
     inValue.Body.id = id;
     return(((ABCosmetic_app.StoreService.StoreServiceSoap)(this)).GetByIDAsync(inValue));
 }
コード例 #2
0
 public ABCosmetic_app.StoreService.Store GetByID(int id)
 {
     ABCosmetic_app.StoreService.GetByIDRequest inValue = new ABCosmetic_app.StoreService.GetByIDRequest();
     inValue.Body    = new ABCosmetic_app.StoreService.GetByIDRequestBody();
     inValue.Body.id = id;
     ABCosmetic_app.StoreService.GetByIDResponse retVal = ((ABCosmetic_app.StoreService.StoreServiceSoap)(this)).GetByID(inValue);
     return(retVal.Body.GetByIDResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <ABCosmetic_app.StoreService.GetByIDResponse> ABCosmetic_app.StoreService.StoreServiceSoap.GetByIDAsync(ABCosmetic_app.StoreService.GetByIDRequest request)
 {
     return(base.Channel.GetByIDAsync(request));
 }
コード例 #4
0
 ABCosmetic_app.StoreService.GetByIDResponse ABCosmetic_app.StoreService.StoreServiceSoap.GetByID(ABCosmetic_app.StoreService.GetByIDRequest request)
 {
     return(base.Channel.GetByID(request));
 }