コード例 #1
0
 public IEnumerable <Lesson> GetAll()
 {
     return(_lessonService.GetAllLessons());
 }