Example #1
0
 public JsonResult GetComments(string name) => Json(factory.GetCommentsByImageName(name), JsonRequestBehavior.AllowGet);