diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-01-17 14:45:48 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-01-17 14:45:48 +0200 |
| commit | 8d1d0b40d56f90248f948e474330258bf57cf0b6 (patch) | |
| tree | ab4431208ea495c6b8c5de0b91cb85cdef66d20e /src/DevHive.Common/Models/Identity/RoleModel.cs | |
| parent | 83f63ad729d585d597bdcf0afc05b7d56344223e (diff) | |
| download | DevHive-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/Models/Identity/RoleModel.cs')
| -rw-r--r-- | src/DevHive.Common/Models/Identity/RoleModel.cs | 10 |
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; } - } -} |
