SchoolsSystem.DataTransferObjects.SchoolModel.SchoolModel C# (CSharp) Méthode

SchoolModel() public méthode

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