/// <summary> /// Set the cvs stream and then delegate processing to the parameterless process command. /// </summary> /// <param name="cvsStream"></param> /// <param name="services"></param> public void Process(CvsStream cvsStream, IResponseServices services) { this.stream = cvsStream; this.services = services; this.Process(); }
public ResponseController(IResponseServices response) { responseServices = response; }