Пример #1
0
 public JsonResult Logs()
 {
     _logsService = new JsonService<ExceptionLog>(Server.MapPath("~/Logs/logs.json"));
     return Json(_logsService.GetCollection());
 }