Beispiel #1
0
 public TestWCFDPO.wcfDpo.Outcome getSignCheck(out TestWCFDPO.wcfDpo.MainDocumentChecked mainDocOut, TestWCFDPO.wcfDpo.MainDocument mainDoc, string sCRC32, System.Collections.Generic.List <string> lNIN, bool bGetDocWithoutSign)
 {
     return(base.Channel.getSignCheck(out mainDocOut, mainDoc, sCRC32, lNIN, bGetDocWithoutSign));
 }
Beispiel #2
0
 public TestWCFDPO.wcfDpo.Outcome base64ToPdfA(out TestWCFDPO.wcfDpo.MainDocument mainDocOut, TestWCFDPO.wcfDpo.MainDocument mainDoc)
 {
     return(base.Channel.base64ToPdfA(out mainDocOut, mainDoc));
 }
Beispiel #3
0
 public TestWCFDPO.wcfDpo.Outcome createPdfAFromTemplate(out TestWCFDPO.wcfDpo.MainDocument mainDocOut, System.Collections.Generic.List <System.Collections.Generic.List <string> > aReplaceNameValue, string sGuidCard)
 {
     return(base.Channel.createPdfAFromTemplate(out mainDocOut, aReplaceNameValue, sGuidCard));
 }
Beispiel #4
0
 public TestWCFDPO.wcfDpo.Outcome setMainDocument(string sUserName, string sPassword, TestWCFDPO.wcfDpo.MainDocument oMainDoc, string sGuidCard)
 {
     return(base.Channel.setMainDocument(sUserName, sPassword, oMainDoc, sGuidCard));
 }