Example #1
0
 public PostController(string uri, IHTTPHandler httpHandler, IDataExtract dataExtractor)
     : this(uri)
 {
     this.httpHandler = httpHandler;
        this.dataExtractor = dataExtractor;
 }
Example #2
0
 public PostController(string uri, IHTTPHandler httpHandler, IDataExtract dataExtractor)
     : this(uri)
 {
     this.httpHandler   = httpHandler;
     this.dataExtractor = dataExtractor;
 }