public ConcreteSpecialtyDentistBuilder()
 {
     dentist        = new Dentist();
     SpecialtieList = new List <Specialty>();
 }
Ejemplo n.º 2
0
 public ConcreteDentistBuilder()
 {
     dentist = new Dentist();
 }