public ApartmentManager() { _dataSourceService = new ExcelDataSourceService(); _apartmentRepo = new ApartmentRepository(); _apartmentAssetRepo = new ApartmentAssetRepository(); _accountRepo = new AccountRepository(); _buildingRepo = new BuildingRepository(); _buildingFolderRepo = new BuildingFolderRepository(); _apartmentFolderRepo = new ApartmentFolderRepository(); _svgRepository = new SVGDataRepository(); }
public SVGDataSource() { _svgRepo = new SVGDataRepository(); }