Exemple #1
0
 public Building(PassportFactory pf, int id, int levels, int appartments, string buildintype)
 {
     Id       = id;
     Passport = pf.GetPassport(levels, appartments, buildintype);
 }