Пример #1
0
  public List<CameraCount> getCameraListByMonth() {

    return cameraCountDayDAO.getCameraListByMonth();
  }
Пример #2
0
  public List<CameraCount> getCameraListByWeek() {

    return cameraCountDayDAO.getCameraListByWeek();
  }