package com.example.demo.service;

import java.sql.SQLException;
import java.util.List;

import com.example.demo.common.APIResponse;
import com.example.demo.dto.ReportingDTO;

public interface ReportingService {

	APIResponse generatereport();
	
}
