Ejemplo n.º 1
0
 public IEnumerable <Student> GetAll()
 {
     return(FakeDb.GetAllStudents());
 }