Example #1
0
 public IEnumerable <EmployeDto> GetAllWithAreaNull() => _mapper.Map <IEnumerable <Employe>, IEnumerable <EmployeDto> >(_employeRepository.GetAllWithAreaNull());