public BaseInfoApplicationService(string connectionString) { //HACK: This approach is not the best one, we will change it as soon as DI tools get introduced tableGatwayFactory = new SqlTableGatewayFactory(connectionString); }
public BuildingManager(ITableGatwayFactory tablegatwayFactory) { _tablegatwayFactory = tablegatwayFactory; }