SchoolsSystem.DataTransferObjects.SchoolModel.SchoolModel C# (CSharp) Method

SchoolModel() public method

public SchoolModel ( ) : System.Collections.Generic
return System.Collections.Generic
        public SchoolModel()
        { 
            this.Students = new HashSet<StudentModel>();
        }
SchoolModel