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