Esempio n. 1
0
 public void getLessonByAuditory()
 {
     CollectionAssert.AreEquivalent(ct.GetLessonByAuditory(ld.auditory), ldl);
 }
Esempio n. 2
0
 public List <DTO.LessonDTO> getLessonsByAuditory(double auditory)
 {
     return(ct.GetLessonByAuditory(auditory));
 }