Пример #1
0
 public ActionResult FriendList(int?id)
 {
     return(View(friendManager.ListQueryable()));
 }