Beispiel #1
0
 public IList <Employee> FilterByNameEmployees(string name)
 {
     return(_employeeRepo.FilterByName(name));
 }