Esempio n. 1
0
 public JsonNetResult <Dictionary <int, string> > GetContentFieldValues(int contentId, string fieldName) => EntityObjectService.GetContentFieldValues(contentId, fieldName);
Esempio n. 2
0
 public JsonResult GetContentFieldValues(int contentId, string fieldName)
 {
     return(Json(EntityObjectService.GetContentFieldValues(contentId, fieldName)));
 }