public MappingProjectController( IMappingProjectService mappingProjectService, IMunicipalityService municipalityService, IOfficeService offices, KosContext kosContext) { _mappingProjectService = mappingProjectService; _municipalityService = municipalityService; _offices = offices; _dbContext = kosContext; }
public GeosynchronizationController( KosContext kosContext, IContextViewModelHelper contextViewModelHelper, IMunicipalityService municipalityService, ICountyService countyService ) { _dbContext = kosContext; _contextViewModelHelper = contextViewModelHelper; _countyService = countyService; _municipalityService = municipalityService; }
public DataSets(KosContext dbContext) : base(dbContext) { }
public DataAgeDistributions(KosContext dbContext) { _dbContext = dbContext; }
public Offices(KosContext dbContext) : base(dbContext) { }
public DataQualityClassifications(KosContext dbContext) { _dbContext = dbContext; }
public Counties(KosContext dbContext) : base(dbContext) { }
public Municipalities(KosContext dbContext) : base(dbContext) { }
public DataQualityDistributions(KosContext dbContext) { _dbContext = dbContext; }
public MappingProjects(KosContext dbContext) { _dbContext = dbContext; }
public TransactionDataStore(KosContext dbContext) : base(dbContext) { }