aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Common
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Common')
-rw-r--r--src/DevHive.Common/Models/IdModel.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/DevHive.Common/Models/IdModel.cs b/src/DevHive.Common/Models/IdModel.cs
new file mode 100644
index 0000000..a342e6d
--- /dev/null
+++ b/src/DevHive.Common/Models/IdModel.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace DevHive.Common.Models
+{
+ public class IdModel
+ {
+ public Guid Id { get; set; }
+ }
+} \ No newline at end of file