|
|
@@ -1,7 +1,7 @@
|
|
|
import { GenericCrudService } from '@d8d/shared-crud';
|
|
|
-import { DataSource, Repository, Not } from 'typeorm';
|
|
|
+import { DataSource, Not } from 'typeorm';
|
|
|
import { SalaryLevel } from '../entities/salary-level.entity';
|
|
|
-import { AreaService, AreaEntity, AreaLevel } from '@d8d/geo-areas';
|
|
|
+import { AreaService, AreaLevel } from '@d8d/geo-areas';
|
|
|
|
|
|
export class SalaryService extends GenericCrudService<SalaryLevel> {
|
|
|
private areaService: AreaService;
|