BExIS.Web.Shell.Areas.SAM.Models.TenantCreateModel.TenantCreateModel C# (CSharp) Method

TenantCreateModel() public method

public TenantCreateModel ( ) : System
return System
        public TenantCreateModel()
        {
            Files = new List<HttpPostedFileBase>();
        }
TenantCreateModel