Ejemplo n.º 1
0
 public override bool CreateFriendRequest(int userID, int friendID)
 {
     return(Friendship.GetInstance().Ejecutar(FriendshipMethod.CreateFriendRequest, userID, friendID));
 }
Ejemplo n.º 2
0
 public override bool DeleteFriendship(int userID, int friendID)
 {
     return(Friendship.GetInstance().Ejecutar(FriendshipMethod.DeleteFriendship, userID, friendID));
 }