コード例 #1
0
 public IEnumerable <Survey> GetAllEntities()
 {
     return(surveyService.GetAllEntities());
 }