Exemplo n.º 1
0
 public JsonResult AllList()
 {
     return(Json(bll.GetAllList(), JsonRequestBehavior.AllowGet));
 }