BistroDriveWebApp.Models.aspnetuser.aspnetuser C# (CSharp) Method

aspnetuser() private method

private aspnetuser ( ) : System
return System
        public aspnetuser()
        {
            this.aspnetuserclaims = new HashSet<aspnetuserclaim>();
            this.aspnetuserlogins = new HashSet<aspnetuserlogin>();
            this.userdescriptions = new HashSet<userdescription>();
            this.dishreviews = new HashSet<dishreview>();
            this.chatmessages = new HashSet<chatmessage>();
            this.chatmessages1 = new HashSet<chatmessage>();
            this.dishes = new HashSet<dish>();
            this.orders = new HashSet<order>();
            this.reviews = new HashSet<review>();
            this.reviews1 = new HashSet<review>();
            this.usertokens = new HashSet<usertoken>();
            this.aspnetroles = new HashSet<aspnetrole>();
        }
aspnetuser