iMentor.Models.iMentorUser.iMentorUser C# (CSharp) Method

iMentorUser() private method

private iMentorUser ( ) : System
return System
        public iMentorUser()
        {
            this.Applicants = new HashSet<Applicant>();
            this.AssignedListings = new HashSet<AssignedListing>();
            this.iMentorUserRoles = new HashSet<iMentorUserRole>();
            this.ListingModels = new HashSet<ListingModel>();
        }
iMentorUser