aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Common/Models/IdModel.cs
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-20 10:50:01 +0200
committertranstrike <transtrike@gmail.com>2020-12-20 10:50:01 +0200
commite2c8eeabf7ad3ec22a26786783a337b3ab1b102b (patch)
tree8ab67175fb61797b1ff417a9a208cce0f349683b /src/DevHive.Common/Models/IdModel.cs
parenta83b518a7a16d93f207bab8ec5c54c14c9493e23 (diff)
downloadDevHive-e2c8eeabf7ad3ec22a26786783a337b3ab1b102b.tar
DevHive-e2c8eeabf7ad3ec22a26786783a337b3ab1b102b.tar.gz
DevHive-e2c8eeabf7ad3ec22a26786783a337b3ab1b102b.zip
Moved IdModel to DevHive.Common.Data
Diffstat (limited to 'src/DevHive.Common/Models/IdModel.cs')
-rw-r--r--src/DevHive.Common/Models/IdModel.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/DevHive.Common/Models/IdModel.cs b/src/DevHive.Common/Models/IdModel.cs
deleted file mode 100644
index a342e6d..0000000
--- a/src/DevHive.Common/Models/IdModel.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-namespace DevHive.Common.Models
-{
- public class IdModel
- {
- public Guid Id { get; set; }
- }
-} \ No newline at end of file