Beispiel #1
0
 public async Task <IEnumerable <ListModuloCommand> > List()
 {
     return(_mapper.Map <IEnumerable <ListModuloCommand> >(await _moduloRepository.GetAll()));
 }
Beispiel #2
0
 public IList <TbSeModulo> GetAll()
 {
     return(moduloRepo.GetAll());
 }
Beispiel #3
0
 public IList <Modulo> GetModulos()
 {
     return(_moduloRepository.GetAll().ToList());
 }