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