aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Models/Identity/UpdateUserServiceModel.cs
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-15 10:52:27 +0200
committertranstrike <transtrike@gmail.com>2020-12-15 10:52:27 +0200
commit82f7f5f4fca67e494293628e2cbf8d5bf0b0b06c (patch)
treeb69ebb3d4e441fdb1d5d916e1c3db8921c0fb181 /src/DevHive.Services/Models/Identity/UpdateUserServiceModel.cs
parent65b39ceeabc745041f695324929815190b94868c (diff)
parent89734a6561532e8ab9a657fc6417747d837cea99 (diff)
downloadDevHive-82f7f5f4fca67e494293628e2cbf8d5bf0b0b06c.tar
DevHive-82f7f5f4fca67e494293628e2cbf8d5bf0b0b06c.tar.gz
DevHive-82f7f5f4fca67e494293628e2cbf8d5bf0b0b06c.zip
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
Diffstat (limited to 'src/DevHive.Services/Models/Identity/UpdateUserServiceModel.cs')
-rw-r--r--src/DevHive.Services/Models/Identity/UpdateUserServiceModel.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/DevHive.Services/Models/Identity/UpdateUserServiceModel.cs b/src/DevHive.Services/Models/Identity/UpdateUserServiceModel.cs
deleted file mode 100644
index 94600ae..0000000
--- a/src/DevHive.Services/Models/Identity/UpdateUserServiceModel.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-namespace DevHive.Services.Models.Identity
-{
- public class UpdateUserServiceModel : UserServiceModel
- {
- public Guid Id { get; set; }
- }
-} \ No newline at end of file