コード例 #1
0
ファイル: Reference.cs プロジェクト: NetCoreStack/Wcf
 public System.Threading.Tasks.Task <NetCoreStack.Wcf.Contracts.ServiceResult <NetCoreStack.Wcf.Contracts.CompositeType> > RefTypeParameterAsync(NetCoreStack.Wcf.Contracts.CompositeType model)
 {
     return(base.Channel.RefTypeParameterAsync(model));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: NetCoreStack/Wcf
 public System.Threading.Tasks.Task <NetCoreStack.Wcf.Contracts.ServiceResult <int> > LoggedServiceMethodAsync(NetCoreStack.Wcf.Contracts.CompositeType parameter)
 {
     return(base.Channel.LoggedServiceMethodAsync(parameter));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: NetCoreStack/Wcf
 public NetCoreStack.Wcf.Contracts.ServiceResult <NetCoreStack.Wcf.Contracts.CompositeType> RefTypeParameter(NetCoreStack.Wcf.Contracts.CompositeType model)
 {
     return(base.Channel.RefTypeParameter(model));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: NetCoreStack/Wcf
 public NetCoreStack.Wcf.Contracts.ServiceResult <int> LoggedServiceMethod(NetCoreStack.Wcf.Contracts.CompositeType parameter)
 {
     return(base.Channel.LoggedServiceMethod(parameter));
 }