Example #1
0
 public JsonResult GetServices()
 {
     return(ExecGetAjax(() => { return _serviceManager.All(true); }));
 }