Beispiel #1
0
 public static List <Survey> GetAll()
 {
     return(Converters.SurveyConverter.ListToDTO(SurveyDAL.Get()));
 }