예제 #1
0
 public FinishedSurveyService(IFinishedSurveyRepository finishedSurveyRepository,
                              ISurveyPlanRepository surveyPlanRepository)
 {
     _finishedSurveyRepository = finishedSurveyRepository;
     _surveyPlanRepository     = surveyPlanRepository;
 }
예제 #2
0
 public SurveyPlanService(ISurveyPlanRepository surveyPlanRepository)
 {
     _surveyPlanRepository = surveyPlanRepository;
 }