BookMgnt.Models.User.User C# (CSharp) Méthode

User() public méthode

public User ( ) : System
Résultat System
        public User()
        {
            this.Comments = new HashSet<Comment>();
            this.Roles = new HashSet<Role>();
        }
User