Beispiel #1
0
 public Student Get(int id)
 {
     return(_studentGetway.Get(id));
 }