com.brihaspathee.zeus.service.interfaces.DataCleanUpService Maven / Gradle / Ivy
The newest version!
package com.brihaspathee.zeus.service.interfaces;
/**
* Created in Intellij IDEA
* User: Balaji Varadharajan
* Date: 24, April 2024
* Time: 9:56 PM
* Project: Zeus
* Package Name: com.brihaspathee.zeus.service.interfaces
* To change this template use File | Settings | File and Code Template
*/
public interface DataCleanUpService {
/**
* Delete all transactional data
*/
void deleteAll();
}