public override bool CreateFriendRequest(int userID, int friendID) { return(Friendship.GetInstance().Ejecutar(FriendshipMethod.CreateFriendRequest, userID, friendID)); }
public override bool DeleteFriendship(int userID, int friendID) { return(Friendship.GetInstance().Ejecutar(FriendshipMethod.DeleteFriendship, userID, friendID)); }