Exemple #1
0
        public ActionResult Create(TenantCreate model)
        {
            TenantService svc = CreateTenantService();

            svc.CreateTenant(model);

            return(RedirectToAction("Index"));
        }