예제 #1
0
 public ShopMyPham_MVC.ServiceShopBanHang.Product[] GetFeatureProduct()
 {
     ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductRequest inValue = new ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductRequest();
     inValue.Body = new ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductRequestBody();
     ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductResponse retVal = ((ShopMyPham_MVC.ServiceShopBanHang.ServiceShopBanHangSoap)(this)).GetFeatureProduct(inValue);
     return(retVal.Body.GetFeatureProductResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductResponse> GetFeatureProductAsync()
 {
     ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductRequest inValue = new ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductRequest();
     inValue.Body = new ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductRequestBody();
     return(((ShopMyPham_MVC.ServiceShopBanHang.ServiceShopBanHangSoap)(this)).GetFeatureProductAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductResponse> ShopMyPham_MVC.ServiceShopBanHang.ServiceShopBanHangSoap.GetFeatureProductAsync(ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductRequest request)
 {
     return(base.Channel.GetFeatureProductAsync(request));
 }
예제 #4
0
 ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductResponse ShopMyPham_MVC.ServiceShopBanHang.ServiceShopBanHangSoap.GetFeatureProduct(ShopMyPham_MVC.ServiceShopBanHang.GetFeatureProductRequest request)
 {
     return(base.Channel.GetFeatureProduct(request));
 }