|
7 | 7 | // </auto-generated> |
8 | 8 | //------------------------------------------------------------------------------ |
9 | 9 |
|
10 | | -namespace TFnet8_0_NS |
| 10 | +namespace elm_NS |
11 | 11 | { |
12 | 12 | using System.Runtime.Serialization; |
13 | 13 |
|
@@ -72,25 +72,25 @@ public string StringValue |
72 | 72 | } |
73 | 73 |
|
74 | 74 | [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "99.99.99")] |
75 | | - [System.ServiceModel.ServiceContractAttribute(ConfigurationName="TFnet8_0_NS.ITypeReuseSvc")] |
| 75 | + [System.ServiceModel.ServiceContractAttribute(ConfigurationName="elm_NS.ITypeReuseSvc")] |
76 | 76 | public interface ITypeReuseSvc |
77 | 77 | { |
78 | 78 |
|
79 | 79 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ITypeReuseSvc/GetData", ReplyAction="http://tempuri.org/ITypeReuseSvc/GetDataResponse")] |
80 | | - System.Threading.Tasks.Task<TFnet8_0_NS.BinLibrary> GetDataAsync(int value); |
| 80 | + System.Threading.Tasks.Task<elm_NS.BinLibrary> GetDataAsync(int value); |
81 | 81 |
|
82 | 82 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ITypeReuseSvc/GetDataUsingDataContract", ReplyAction="http://tempuri.org/ITypeReuseSvc/GetDataUsingDataContractResponse")] |
83 | | - System.Threading.Tasks.Task<TFnet8_0_NS.TypeReuseCompositeType> GetDataUsingDataContractAsync(TFnet8_0_NS.TypeReuseCompositeType composite); |
| 83 | + System.Threading.Tasks.Task<elm_NS.TypeReuseCompositeType> GetDataUsingDataContractAsync(elm_NS.TypeReuseCompositeType composite); |
84 | 84 | } |
85 | 85 |
|
86 | 86 | [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "99.99.99")] |
87 | | - public interface ITypeReuseSvcChannel : TFnet8_0_NS.ITypeReuseSvc, System.ServiceModel.IClientChannel |
| 87 | + public interface ITypeReuseSvcChannel : elm_NS.ITypeReuseSvc, System.ServiceModel.IClientChannel |
88 | 88 | { |
89 | 89 | } |
90 | 90 |
|
91 | 91 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
92 | 92 | [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "99.99.99")] |
93 | | - public partial class TypeReuseSvcClient : System.ServiceModel.ClientBase<TFnet8_0_NS.ITypeReuseSvc>, TFnet8_0_NS.ITypeReuseSvc |
| 93 | + public partial class TypeReuseSvcClient : System.ServiceModel.ClientBase<elm_NS.ITypeReuseSvc>, elm_NS.ITypeReuseSvc |
94 | 94 | { |
95 | 95 |
|
96 | 96 | /// <summary> |
@@ -133,12 +133,12 @@ public TypeReuseSvcClient(System.ServiceModel.Channels.Binding binding, System.S |
133 | 133 | { |
134 | 134 | } |
135 | 135 |
|
136 | | - public System.Threading.Tasks.Task<TFnet8_0_NS.BinLibrary> GetDataAsync(int value) |
| 136 | + public System.Threading.Tasks.Task<elm_NS.BinLibrary> GetDataAsync(int value) |
137 | 137 | { |
138 | 138 | return base.Channel.GetDataAsync(value); |
139 | 139 | } |
140 | 140 |
|
141 | | - public System.Threading.Tasks.Task<TFnet8_0_NS.TypeReuseCompositeType> GetDataUsingDataContractAsync(TFnet8_0_NS.TypeReuseCompositeType composite) |
| 141 | + public System.Threading.Tasks.Task<elm_NS.TypeReuseCompositeType> GetDataUsingDataContractAsync(elm_NS.TypeReuseCompositeType composite) |
142 | 142 | { |
143 | 143 | return base.Channel.GetDataUsingDataContractAsync(composite); |
144 | 144 | } |
|
0 commit comments