Esempio n. 1
0
 public IEnumerable <Survey> GetAllEntities()
 {
     return(SurveyRepository.GetAllEntities());
 }