예제 #1
0
 public TestWCFDPO.wcfDpo.Outcome getCard(out TestWCFDPO.wcfDpo.Card card, string usernName, string password, string sGuidCard, bool bGetMainDoc, bool bGetAttachment)
 {
     return(base.Channel.getCard(out card, usernName, password, sGuidCard, bGetMainDoc, bGetAttachment));
 }
예제 #2
0
 public TestWCFDPO.wcfDpo.Outcome setCard(out string sGuidCard, string usernName, string password, TestWCFDPO.wcfDpo.Card card)
 {
     return(base.Channel.setCard(out sGuidCard, usernName, password, card));
 }