Exemple #1
0
 public JsonResult GetCategoriesJson()
 {
     return(Json(data.GetCategoriesNames(), JsonRequestBehavior.AllowGet));
 }