diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-20 10:50:01 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-20 10:50:01 +0200 |
| commit | e2c8eeabf7ad3ec22a26786783a337b3ab1b102b (patch) | |
| tree | 8ab67175fb61797b1ff417a9a208cce0f349683b /src/DevHive.Common | |
| parent | a83b518a7a16d93f207bab8ec5c54c14c9493e23 (diff) | |
| download | DevHive-e2c8eeabf7ad3ec22a26786783a337b3ab1b102b.tar DevHive-e2c8eeabf7ad3ec22a26786783a337b3ab1b102b.tar.gz DevHive-e2c8eeabf7ad3ec22a26786783a337b3ab1b102b.zip | |
Moved IdModel to DevHive.Common.Data
Diffstat (limited to 'src/DevHive.Common')
| -rw-r--r-- | src/DevHive.Common/Models/Data/IdModel.cs (renamed from src/DevHive.Common/Models/IdModel.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Common/Models/IdModel.cs b/src/DevHive.Common/Models/Data/IdModel.cs index a342e6d..1f2bf9a 100644 --- a/src/DevHive.Common/Models/IdModel.cs +++ b/src/DevHive.Common/Models/Data/IdModel.cs @@ -1,6 +1,6 @@ using System; -namespace DevHive.Common.Models +namespace DevHive.Common.Models.Data { public class IdModel { |
