Bläddra i källkod

Added status type

master
Kobus 5 år sedan
förälder
incheckning
ed67ae07f5
2 ändrade filer med 8 tillägg och 0 borttagningar
  1. 7
    0
      UnivateProperties_API/Enums.cs
  2. 1
    0
      UnivateProperties_API/Model/Timeshare/Status.cs

+ 7
- 0
UnivateProperties_API/Enums.cs Visa fil

@@ -18,4 +18,11 @@
18 18
         Individual,
19 19
         Agent
20 20
     }
21
+
22
+    public enum StatusType
23
+    {
24
+        Timeshare,
25
+        Property,
26
+        Bid
27
+    }
21 28
 }

+ 1
- 0
UnivateProperties_API/Model/Timeshare/Status.cs Visa fil

@@ -4,5 +4,6 @@
4 4
     {
5 5
         public string Code { get; set; }
6 6
         public string Description { get; set; }
7
+        public StatusType StatusType { get; set; }
7 8
     }
8 9
 }

Laddar…
Avbryt
Spara