namespace EnotaryoPH.Web.Common.Services { public interface IEventService { Task LogAsync(NotaryoEvent notaryoEvent, List entityIds, object payLoad); Task LogAsync(NotaryoEvent notaryoEvent, object entityId); Task LogAsync(NotaryoEvent notaryoEvent, object entityId, object payLoad); } }