Example #1
0
 // GET: Clientes
 public ActionResult Index()
 {
     return(View(_clienteAppService.ObterTodos()));
 }