Exemplo n.º 1
0
 public WebmateConsole.WebmateServiceReference.DTO_WebOrderResponse RetrieveIncompleteOrderFromSection(out WebmateConsole.WebmateServiceReference.DTO_WebOrderFrom outFromSection, string inOrderHandle)
 {
     return(base.Channel.RetrieveIncompleteOrderFromSection(out outFromSection, inOrderHandle));
 }
Exemplo n.º 2
0
 public WebmateConsole.WebmateServiceReference.DTO_WebOrderResponse SaveIncompleteOrderFromSection(string inOrderHandle, WebmateConsole.WebmateServiceReference.DTO_WebOrderFrom inOrderFromSection)
 {
     return(base.Channel.SaveIncompleteOrderFromSection(inOrderHandle, inOrderFromSection));
 }