BExIS.Web.Shell.Areas.SAM.Controllers.TenantsController.Create C# (CSharp) Method

Create() public method

Should accept a tenant package in a zip form (or a handle to it), check its validity, check for duplication, etc and install it as a new tenant if not exist, othwerise as an update to the exisiting one.
public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Create()
        {
            return PartialView("_Create", new TenantCreateModel());
        }

Same methods

TenantsController::Create ( TenantCreateModel model ) : System.Web.Mvc.ActionResult