Beispiel #1
0
 public List <Student> GetAll()
 {
     return(_studentGetway.GetAll());
 }
Beispiel #2
0
 public IEnumerable <Student> GetAll()
 {
     return(_studentGetway.GetAll());
 }