public FinishedSurveyService(IFinishedSurveyRepository finishedSurveyRepository, ISurveyPlanRepository surveyPlanRepository) { _finishedSurveyRepository = finishedSurveyRepository; _surveyPlanRepository = surveyPlanRepository; }
public SurveyPlanService(ISurveyPlanRepository surveyPlanRepository) { _surveyPlanRepository = surveyPlanRepository; }