Beispiel #1
0
 public IEnumerable <StudentCourse> GetAll()
 {
     return(FakeDb.GetAllStudentCourses());
 }