Example #1
0
 public EmployeDto FindByFullName(string fullName) => _mapper.Map <Employe, EmployeDto>(_employeRepository.FindByFullName(fullName));