コード例 #1
0
 // GET: Clientes
 public ActionResult Index()
 {
     return(View(bllCliente.Listar()));
 }