Ejemplo n.º 1
0
 public ICollection <Trainee> GetByDepartment(int departmentId)
 {
     return(_traineeRepository.GetByDepartment(departmentId));
 }