コード例 #1
0
ファイル: Reference.cs プロジェクト: Ale16mc/Progra4
 public System.Threading.Tasks.Task <PrograIV.AW.Products.SI.WcfProducto.CompositeType> GetDataUsingDataContractAsync(PrograIV.AW.Products.SI.WcfProducto.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Ale16mc/Progra4
 public PrograIV.AW.Products.SI.WcfProducto.CompositeType GetDataUsingDataContract(PrograIV.AW.Products.SI.WcfProducto.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }