basic crud

This commit is contained in:
sbriat
2023-02-07 14:06:24 +01:00
parent 1da111bba9
commit 5b63d8ba1a
34 changed files with 1014 additions and 96 deletions

View File

@@ -6,4 +6,7 @@ export class Territory {
@AutoMap()
name: string;
@AutoMap()
shape: string;
}