Exemplo n.º 1
0
        public ActionResult InsertTestPicks()
        {
            var model = new InsertTestPicks_Model();
            model.Run();

            return RedirectToAction("Index", new { msg = "Test data was inserted into 'stock_picks'" });
        }
		public ActionResult InsertTestPicks()
		{
			var model = new InsertTestPicks_Model();
			model.Init();
			model.Load();

			return null;
		}