1
0
mirror of https://github.com/robonen/metr.git synced 2026-03-20 10:54:41 +00:00

Offer relations controller

This commit is contained in:
2022-06-01 23:32:14 +07:00
parent 675b692c81
commit 210077df9d
6 changed files with 69 additions and 11 deletions

View File

@@ -8,6 +8,5 @@ enum OrderTypesEnum: string
case HOUSE = 'House';
case FLAT = 'Flat';
case GUEST_HOUSE = 'Guest';
case HOTEL = 'Hotel';
case Land = 'Land';
}