Ejemplo n.º 1
0
 public ViewResult Index()
 {
     return(View(clientesService.ListClientes().OrderByDescending(item => item.id)));
 }