code update
This commit is contained in:
13
src/app/services/zone.ts
Normal file
13
src/app/services/zone.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import {LoadedZoneEntity} from "../entities/LoadedZoneEntity";
|
||||
import {Zone} from "@prisma/client";
|
||||
|
||||
class ZoneService
|
||||
{
|
||||
public loaded: LoadedZoneEntity[] = [];
|
||||
|
||||
public boot() {
|
||||
// Load all zones
|
||||
// const zones = await new ZoneRepository().getAll();
|
||||
// this.loadedZones = zones;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user