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