Пример #1
0
 private SimpleWebApplicationServiceImpl(string id,
                                         string originalUrl, string artifactId,
                                         Response.ResponseType responseType, HttpClient httpClient)
     : base(id, originalUrl, artifactId, httpClient)
 {
     ;
     this.responseType = responseType;
 }
 private SimpleWebApplicationServiceImpl(string id,
                                         string originalUrl, string artifactId,
                                         Response.ResponseType responseType, HttpClient httpClient)
     : base(id, originalUrl, artifactId, httpClient)
 {
     ;
     this.responseType = responseType;
 }