App.Core.Data.Role.Role C# (CSharp) Method

Role() public method

public Role ( ) : System
return System
        public Role()
        {
            this.UserProfiles = new HashSet<UserProfile>();
        }
Role