aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Common
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-17 19:13:01 +0200
committertranstrike <transtrike@gmail.com>2020-12-17 19:13:01 +0200
commit94a3b0661106e91ab3a1a523af3c60df131a4f63 (patch)
treed186fe6d0ea18bdefd8e37f83a754d155f4598d2 /src/DevHive.Common
parentf4515fc3ff5fc222a3bdd40c5d4113f9bd79106f (diff)
downloadDevHive-94a3b0661106e91ab3a1a523af3c60df131a4f63.tar
DevHive-94a3b0661106e91ab3a1a523af3c60df131a4f63.tar.gz
DevHive-94a3b0661106e91ab3a1a523af3c60df131a4f63.zip
Friends implementation added. UserController/AddAFriend added
Diffstat (limited to 'src/DevHive.Common')
-rw-r--r--src/DevHive.Common/Models/IdModel.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/DevHive.Common/Models/IdModel.cs b/src/DevHive.Common/Models/IdModel.cs
new file mode 100644
index 0000000..a342e6d
--- /dev/null
+++ b/src/DevHive.Common/Models/IdModel.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace DevHive.Common.Models
+{
+ public class IdModel
+ {
+ public Guid Id { get; set; }
+ }
+} \ No newline at end of file