Beispiel #1
0
 public JsonResult GetFriendequests()
 {
     FriendBL frnd = new FriendBL();
     return Json(frnd.GetNewFriends(CurrentUser.Id), JsonRequestBehavior.AllowGet);
 }