Exemple #1
0
 public bool Save_Supplier(bool isOnlyDelete, BusinessObjects.SupplierInfo objSupplierInfo, string UserCode, out string errormsg)
 {
     iGST.Expense_Svc.Save_SupplierRequest inValue = new iGST.Expense_Svc.Save_SupplierRequest();
     inValue.isOnlyDelete    = isOnlyDelete;
     inValue.objSupplierInfo = objSupplierInfo;
     inValue.UserCode        = UserCode;
     iGST.Expense_Svc.Save_SupplierResponse retVal = ((iGST.Expense_Svc.IExpenseService)(this)).Save_Supplier(inValue);
     errormsg = retVal.errormsg;
     return(retVal.Save_SupplierResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <iGST.Expense_Svc.Save_SupplierResponse> Save_SupplierAsync(iGST.Expense_Svc.Save_SupplierRequest request)
 {
     return(base.Channel.Save_SupplierAsync(request));
 }
Exemple #3
0
 iGST.Expense_Svc.Save_SupplierResponse iGST.Expense_Svc.IExpenseService.Save_Supplier(iGST.Expense_Svc.Save_SupplierRequest request)
 {
     return(base.Channel.Save_Supplier(request));
 }