Ejemplo n.º 1
0
        //
        // GET: /NextInvestmentAccount/

        public ActionResult Index()
        {
            return(View(NextInvestmentAccount.GetInstance()));
        }
Ejemplo n.º 2
0
        //
        // GET: /NextInvestmentAccount/

        public ActionResult Index()
        {
            //Returns the nextInvestmentAccount instance.
            return(View(NextInvestmentAccount.GetInstance()));
        }