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

ListingModel() 개인적인 메소드

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