Exemplo n.º 1
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="XmlStreamWrapper" /> class.
 /// </summary>
 public XmlStreamWrapper()
 {
     this._soapFaultExceptionBuilder = new SoapFaultExceptionBuilder();
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="NSIStdV20Service" /> class.
 /// </summary>
 public NSIStdV20Service()
 {
     this._soapFaultExceptionBuilder = new SoapFaultExceptionBuilder();
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="NSIStdV20Service" /> class.
 /// </summary>
 public NSIStdV20Service()
 {
     _controllerBuilder = new ControllerBuilder();
     _soapFaultExceptionBuilder = new SoapFaultExceptionBuilder();
 }