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