diff options
Diffstat (limited to 'src/Services/DevHive.Services.Models/User/FriendshipServiceModel.cs')
| -rw-r--r-- | src/Services/DevHive.Services.Models/User/FriendshipServiceModel.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Services/DevHive.Services.Models/User/FriendshipServiceModel.cs b/src/Services/DevHive.Services.Models/User/FriendshipServiceModel.cs deleted file mode 100644 index b37daf2..0000000 --- a/src/Services/DevHive.Services.Models/User/FriendshipServiceModel.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; - -namespace DevHive.Services.Models.User -{ - public class FriendshipServiceModel - { - public Guid BaseUserId { get; set; } - - public Guid FriendUserId { get; set; } - } -} |
