Пример #1
0
 public IList <Employee> FilterByPositionEmployees(string position)
 {
     return(_employeeRepo.FilterByPosition(position));
 }