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

ListingModel() private method

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