コード例 #1
0
  public List<CameraCount> getCameraListByMonth() {

    return cameraCountDayDAO.getCameraListByMonth();
  }
コード例 #2
0
  public List<CameraCount> getCameraListByWeek() {

    return cameraCountDayDAO.getCameraListByWeek();
  }