Beispiel #1
0
 public HttpService(HttpServiceParametersDTO parameters, OptionalHttpServiceParametersDTO optional)
 {
     this._parameters         = parameters;
     this._optionalParameters = optional;
 }
Beispiel #2
0
 public HttpService(HttpServiceParametersDTO parameters) : this(parameters, null)
 {
 }