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

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

    return cameraCountDayDAO.getCameraListByWeek();
  }