예제 #1
0
파일: Reference.cs 프로젝트: AlbertoGWA/NET
 public System.Threading.Tasks.Task <ASP_CONSUME_SERVICE.WFC_NORTHWND.CompositeType> GetDataUsingDataContractAsync(ASP_CONSUME_SERVICE.WFC_NORTHWND.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
예제 #2
0
파일: Reference.cs 프로젝트: AlbertoGWA/NET
 public ASP_CONSUME_SERVICE.WFC_NORTHWND.CompositeType GetDataUsingDataContract(ASP_CONSUME_SERVICE.WFC_NORTHWND.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }