コード例 #1
0
ファイル: ExportProxy.cs プロジェクト: penzhaohui/Crab
 public static ShippingExportDC GetExportContractById(Guid id)
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.GetExportContractById(id));
     }
 }