Example #1
0
 public JsonResult StatisticsGeneral()
 {
     return(Json(_repository.ColumnsStatistics()));
 }