aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Common
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-01-17 14:45:48 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-01-17 14:45:48 +0200
commit8d1d0b40d56f90248f948e474330258bf57cf0b6 (patch)
treeab4431208ea495c6b8c5de0b91cb85cdef66d20e /src/DevHive.Common
parent83f63ad729d585d597bdcf0afc05b7d56344223e (diff)
downloadDevHive-8d1d0b40d56f90248f948e474330258bf57cf0b6.tar
DevHive-8d1d0b40d56f90248f948e474330258bf57cf0b6.tar.gz
DevHive-8d1d0b40d56f90248f948e474330258bf57cf0b6.zip
Fixed role implementation by bringing back and improving all role models
Diffstat (limited to 'src/DevHive.Common')
-rw-r--r--src/DevHive.Common/Models/Identity/RoleModel.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/DevHive.Common/Models/Identity/RoleModel.cs b/src/DevHive.Common/Models/Identity/RoleModel.cs
deleted file mode 100644
index 5db8df9..0000000
--- a/src/DevHive.Common/Models/Identity/RoleModel.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System;
-
-namespace DevHive.Common.Models.Identity
-{
- public class RoleModel
- {
- public Guid Id { get; set; }
- public string Name { get; set; }
- }
-}