
work.shashank.service.AuditService Maven / Gradle / Ivy
package work.shashank.service;
import work.shashank.entity.EntityEvent;
/**
* @author Shashank Sharma
*/
public interface AuditService {
void createAudit(EntityEvent entityEvent);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy