Example #1
0
 public IEnumerable <DiretoriaViewModel> GetAll()
 {
     return(_diretoriaRepository.GetAll().ProjectTo <DiretoriaViewModel>());
 }