示例#1
0
 public bool CreateFriendshipWith(IUserIdentifier userIdentifier)
 {
     return(_friendshipQueryExecutor.CreateFriendshipWith(userIdentifier));
 }
 public bool CreateFriendshipWith(IUserIdDTO userDTO)
 {
     return(_friendshipQueryExecutor.CreateFriendshipWith(userDTO));
 }