Ejemplo n.º 1
0
 public IEnumerable <CategoriaViewModel> ObterTodos()
 {
     return(Mapper.Map <IEnumerable <CategoriaViewModel> >(_categoriaServices.ObterTodos()));
 }