Exemplo n.º 1
0
 public void AddFaculty(Faculty faculty)
 {
     Faculties.Add(faculty);
 }