Example #1
0
 public static Survey FinishSurvey(Guid surveyId)
 {
     return(_votingService.FinishSurvey(surveyId));
 }