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)); }
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); }
System.Threading.Tasks.Task <ABCosmetic_app.BrandService.GetByIDResponse> ABCosmetic_app.BrandService.BrandServiceSoap.GetByIDAsync(ABCosmetic_app.BrandService.GetByIDRequest request) { return(base.Channel.GetByIDAsync(request)); }
ABCosmetic_app.BrandService.GetByIDResponse ABCosmetic_app.BrandService.BrandServiceSoap.GetByID(ABCosmetic_app.BrandService.GetByIDRequest request) { return(base.Channel.GetByID(request)); }