コード例 #1
0
 public WebApplication1.ServiceReference1.custOrders getCustOrders(int arg0)
 {
     WebApplication1.ServiceReference1.getCustOrdersRequest inValue = new WebApplication1.ServiceReference1.getCustOrdersRequest();
     inValue.arg0 = arg0;
     WebApplication1.ServiceReference1.getCustOrdersResponse retVal = ((WebApplication1.ServiceReference1.CustDao1)(this)).getCustOrders(inValue);
     return(retVal.@return);
 }
コード例 #2
0
 WebApplication1.ServiceReference1.getCustOrdersResponse WebApplication1.ServiceReference1.CustDao1.getCustOrders(WebApplication1.ServiceReference1.getCustOrdersRequest request)
 {
     return(base.Channel.getCustOrders(request));
 }