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