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