Пример #1
0
 public JsonResult GetOnlineList()
 {
     Online bll = new Online();
     return Json(bll.FindALL(), JsonRequestBehavior.AllowGet);
 }