示例#1
0
文件: Reference.cs 项目: radtek/Pos
 public WebmateConsole.WebmateServiceReference.DTO_WebOrderResponse RetrieveIncompleteOrderAccountSection(out WebmateConsole.WebmateServiceReference.DTO_WebOrderAccount outAccountSection, string inOrderHandle)
 {
     return(base.Channel.RetrieveIncompleteOrderAccountSection(out outAccountSection, inOrderHandle));
 }
示例#2
0
文件: Reference.cs 项目: radtek/Pos
 public WebmateConsole.WebmateServiceReference.DTO_WebOrderResponse SaveIncompleteOrderAccountSection(string inOrderHandle, WebmateConsole.WebmateServiceReference.DTO_WebOrderAccount intOrderAccountSection)
 {
     return(base.Channel.SaveIncompleteOrderAccountSection(inOrderHandle, intOrderAccountSection));
 }