public List <UsuarioDto> ListarUsuarios(int id)
 {
     return(_appService.GetAll());
 }
Пример #2
0
 public List <UsuarioGetDTO> GetAll()
 {
     return(_appService.GetAll());
 }