Exemplo n.º 1
0
 public IQueryable <SimulacaoDto> GetAll()
 => _simulacaoRepository.GetAll().ProjectTo <SimulacaoDto>(_mapper.ConfigurationProvider);
Exemplo n.º 2
0
 public void GetAllTest()
 => Assert.IsNotNull(_simulacaoRepository.GetAll());