Example #1
0
 public bool Save_Product(bool isOnlyDelete, BusinessObjects.ProductInfo obj, BusinessObjects.UserInfo objUserInfo, out string errormsg)
 {
     iGST.Product_Svc.Save_ProductRequest inValue = new iGST.Product_Svc.Save_ProductRequest();
     inValue.isOnlyDelete = isOnlyDelete;
     inValue.obj          = obj;
     inValue.objUserInfo  = objUserInfo;
     iGST.Product_Svc.Save_ProductResponse retVal = ((iGST.Product_Svc.IProductService)(this)).Save_Product(inValue);
     errormsg = retVal.errormsg;
     return(retVal.Save_ProductResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <iGST.Product_Svc.Save_ProductResponse> Save_ProductAsync(iGST.Product_Svc.Save_ProductRequest request)
 {
     return(base.Channel.Save_ProductAsync(request));
 }
Example #3
0
 iGST.Product_Svc.Save_ProductResponse iGST.Product_Svc.IProductService.Save_Product(iGST.Product_Svc.Save_ProductRequest request)
 {
     return(base.Channel.Save_Product(request));
 }