public IEnumerable <Cliente> Get() { return(_operacion.GetAll().ToList()); }
public ActionResult Index() { return(View(_operacion.GetAll().ToList())); }