Пример #1
0
 public JsonResult GetModalTxt(string Action, int IdLanguage)
 {
     return(new JsonResult(helpService.GetModalTxt(Action, IdLanguage)));
 }