Ejemplo n.º 1
0
        public ActionResult Add()
        {
            var model = new Models.CustomerHistory();


            return(View(model));
        }
        public ActionResult Add()
        {
            var model = new Models.CustomerHistory();

            return View(model);
        }
Ejemplo n.º 3
0
 public ActionResult Add(Models.CustomerHistory model)
 {
     return(View());
 }