iMentor.Models.iMentorUser.iMentorUser C# (CSharp) 메소드

iMentorUser() 개인적인 메소드

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