Exemplo n.º 1
0
 public JsonResult GetTotalFriendCount()
 {
     FriendBL frndBL = new FriendBL();
     return Json(frndBL.GetFriendCountById(CurrentUser.Id), JsonRequestBehavior.AllowGet);
 }