Example #1
0
 public WebmateConsole.WebmateServiceReference.DTO_WebOrderResponse RetrieveIncompleteOrderAccountSection(out WebmateConsole.WebmateServiceReference.DTO_WebOrderAccount outAccountSection, string inOrderHandle)
 {
     return(base.Channel.RetrieveIncompleteOrderAccountSection(out outAccountSection, inOrderHandle));
 }
Example #2
0
 public WebmateConsole.WebmateServiceReference.DTO_WebOrderResponse SaveIncompleteOrderAccountSection(string inOrderHandle, WebmateConsole.WebmateServiceReference.DTO_WebOrderAccount intOrderAccountSection)
 {
     return(base.Channel.SaveIncompleteOrderAccountSection(inOrderHandle, intOrderAccountSection));
 }