コード例 #1
0
 public IQueryable <SimulacaoDto> GetAll()
 => _simulacaoRepository.GetAll().ProjectTo <SimulacaoDto>(_mapper.ConfigurationProvider);
コード例 #2
0
 public void GetAllTest()
 => Assert.IsNotNull(_simulacaoRepository.GetAll());