Example #1
0
 public IEnumerable <Student> FindByName(string name)
 {
     return(_studentGetway.FindByName(name));
 }