This commit is contained in:
2026-09-19 15:38:00 +03:30
parent be06bfe1b5
commit 8afc1fabc4
5 changed files with 99 additions and 19 deletions

View File

@@ -114,6 +114,10 @@ export class LookupsService {
return await this.getClientRemoteLookup("vehicle-hull-accident-culprit-type");
}
async getDetectionAccidentCulprits(): Promise<any> {
return await this.getClientRemoteLookup("detection-accident-culprits");
}
async getVehicleHullDmgKind(): Promise<any> {
return await this.getClientRemoteLookup("vehicle-hull-dmg-kind");
}