package weaver; import java.util.List; import foundation.data.entity.Entity; import weaver.dao.Signer; public interface ISignService{ public List getSigners(Entity entity) throws Exception; }