예제 #1
0
 public static ShippingExportDC[] FindExportContractList(string numberToMatch, int?status, Guid?owner)
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.FindExportContractList(numberToMatch, status, owner));
     }
 }