Esempio n. 1
0
 private ActionResult Success(string text, int aid) => this.Json(ControllerJsonResponse.Success(text, aid), JsonRequestBehavior.AllowGet);
Esempio n. 2
0
 private ActionResult Error(string text) => this.Json(ControllerJsonResponse.Error(text), JsonRequestBehavior.AllowGet);