Exemplo n.º 1
0
        public RestifizerRequest(RestifizerParams restifizerParams, IErrorHandler errorHandler)
        {
            this.restifizerParams = restifizerParams;
            this.errorHandler     = errorHandler;

            this.Path = "";
        }
		public RestifizerRequest(RestifizerParams restifizerParams, IErrorHandler errorHandler) {
			this.restifizerParams = restifizerParams;
			this.errorHandler = errorHandler;
			
			this.Path = "";
		}