Beispiel #1
0
 public bool Add(Student student)
 {
     return(_studentGetway.Add(student));
 }
Beispiel #2
0
 public int Add(Student aStudent)
 {
     return(_studentGetway.Add(aStudent));
 }