BookManager.Entities.Role.Role C# (CSharp) Метод

Role() публичный Метод

public Role ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public Role()
        {
            Users = new HashSet<User>();
        }
Role