BookMgnt.Models.User.User C# (CSharp) Метод

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

public User ( ) : System
Результат System
        public User()
        {
            this.Comments = new HashSet<Comment>();
            this.Roles = new HashSet<Role>();
        }
User