Beispiel #1
0
 public void DeleteFriend(FriendBM frnd)
 {
     FriendBL frnbl = new FriendBL();
     frnbl.DeleteFriend(frnd);
 }