BookManager.Entities.Role.Role C# (CSharp) Method

Role() public method

public Role ( ) : System.Collections.Generic
return System.Collections.Generic
        public Role()
        {
            Users = new HashSet<User>();
        }
Role