|
package com.rjconsultores.ventaboletos.service;
|
|
|
|
import com.rjconsultores.ventaboletos.entidad.AuditService;
|
|
|
|
public interface AuditServiceService extends GenericService<AuditService, Long> {
|
|
public AuditService carregarService(AuditService auditService);
|
|
}
|