Exemplo n.º 1
0
 public static ShippingExportDC GetExportContractByNumber(string number)
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.GetExportContractByNumber(number));
     }
 }