Example #1
0
 public Survey GetEntity(int id)
 {
     return(surveyService.GetEntity(id));
 }