public Result SummaryPatchPaymentReceiptBillInterface(string requestNumber, Req_401802 req_401802, string counterId = "") { var be = new BankEnterpriseDirectInterface(this.IsSpecialLine); var result = be.SummaryPatchPaymentReceiptBillInterface(requestNumber, req_401802, counterId); return(CommUtils.ToResult(result)); }