Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <New_Esign.PostmanService.InsertSignHistoryResponse> InsertSignHistoryAsync(string _OrderNo, string _ApproverId, string _ApproverTitle, string _ApproverSuggest, string _Status, System.Nullable <System.DateTime> _ApprovalTime)
 {
     New_Esign.PostmanService.InsertSignHistoryRequest inValue = new New_Esign.PostmanService.InsertSignHistoryRequest();
     inValue._OrderNo         = _OrderNo;
     inValue._ApproverId      = _ApproverId;
     inValue._ApproverTitle   = _ApproverTitle;
     inValue._ApproverSuggest = _ApproverSuggest;
     inValue._Status          = _Status;
     inValue._ApprovalTime    = _ApprovalTime;
     return(((New_Esign.PostmanService.PostmanServiceSoap)(this)).InsertSignHistoryAsync(inValue));
 }
Ejemplo n.º 2
0
 public bool InsertSignHistory(string _OrderNo, string _ApproverId, string _ApproverTitle, string _ApproverSuggest, string _Status, System.Nullable <System.DateTime> _ApprovalTime)
 {
     New_Esign.PostmanService.InsertSignHistoryRequest inValue = new New_Esign.PostmanService.InsertSignHistoryRequest();
     inValue._OrderNo         = _OrderNo;
     inValue._ApproverId      = _ApproverId;
     inValue._ApproverTitle   = _ApproverTitle;
     inValue._ApproverSuggest = _ApproverSuggest;
     inValue._Status          = _Status;
     inValue._ApprovalTime    = _ApprovalTime;
     New_Esign.PostmanService.InsertSignHistoryResponse retVal = ((New_Esign.PostmanService.PostmanServiceSoap)(this)).InsertSignHistory(inValue);
     return(retVal.InsertSignHistoryResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <New_Esign.PostmanService.InsertSignHistoryResponse> New_Esign.PostmanService.PostmanServiceSoap.InsertSignHistoryAsync(New_Esign.PostmanService.InsertSignHistoryRequest request)
 {
     return(base.Channel.InsertSignHistoryAsync(request));
 }
Ejemplo n.º 4
0
 New_Esign.PostmanService.InsertSignHistoryResponse New_Esign.PostmanService.PostmanServiceSoap.InsertSignHistory(New_Esign.PostmanService.InsertSignHistoryRequest request)
 {
     return(base.Channel.InsertSignHistory(request));
 }