Ejemplo n.º 1
0
  public List<CameraCount> getCameraListByMonth() {

    return cameraCountDayDAO.getCameraListByMonth();
  }
Ejemplo n.º 2
0
  public List<CameraCount> getCameraListByWeek() {

    return cameraCountDayDAO.getCameraListByWeek();
  }