public ComplexAdapter()
 {
     ComplexAccess = new ComplexSqlGateway();
     HouseAccess   = new HouseSqlGateway();
 }
Пример #2
0
 public HouseAdapter()
 {
     HouseAccess         = new HouseSqlGateway();
     ApartmentDataAccess = new ApartmentSqlGateway();
 }