Пример #1
0
 public long GetNumberOfEnroll()
 {
     return(Lessons.SelectMany(x => x.ScormData).Count());
 }