Esempio n. 1
0
        public ActionResult ExpertCreate(DomainModels.Expert model)
        {
            var service = new ExpertService();
            var result  = service.CreateExpert(model);

            return(RedirectToAction("GetAllExperts"));
        }