Пример #1
0
 public bool CreateFriendshipWith(IUserIdentifier userIdentifier)
 {
     return(_friendshipQueryExecutor.CreateFriendshipWith(userIdentifier));
 }
Пример #2
0
 public bool CreateFriendshipWith(IUserIdDTO userDTO)
 {
     return(_friendshipQueryExecutor.CreateFriendshipWith(userDTO));
 }