BookManager.Entities.User.User C# (CSharp) 메소드

User() 공개 메소드

public User ( ) : System
리턴 System
        public User()
        {
            Roles = new HashSet<Role>();
        }
User