Exemplo n.º 1
0
 public List <CategoriaGetDTO> GetAll()
 {
     return(_appService.GetAll());
 }
Exemplo n.º 2
0
 public IHttpActionResult Get()
 {
     return(Ok(_appService.GetAll()));
 }
 public List <CategoriaDto> ListarCategoria()
 {
     return(_appService.GetAll());
 }