Example #1
0
        public ActionResult Create(TaskModel tm)
        {
            TaskClient TC = new TaskClient();

            TC.Create(tm);
            return(RedirectToAction("Index"));
        }