Carrotware.CMS.Mvc.UI.Admin.Models.RoleModel.RoleModel C# (CSharp) Method

RoleModel() public method

public RoleModel ( ) : System
return System
        public RoleModel()
        {
            this.Role = new UserRole();
            this.Role.RoleId = Guid.Empty.ToString().ToLowerInvariant();
            this.Users = new List<UserModel>();
        }

Same methods

RoleModel::RoleModel ( string RoleId ) : System