Ejemplo n.º 1
0
 public bool CreateFriendshipWith(IUserIdentifier userIdentifier)
 {
     return(_friendshipQueryExecutor.CreateFriendshipWith(userIdentifier));
 }
Ejemplo n.º 2
0
 public bool CreateFriendshipWith(IUserIdDTO userDTO)
 {
     return(_friendshipQueryExecutor.CreateFriendshipWith(userDTO));
 }