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