Beispiel #1
0
 public IEnumerable <Driver> FindByLastName(string lastName)
 {
     return(_driverDao.FindByLastName(lastName));
 }