using SPMS.Domain.Entities; namespace SPMS.Domain.Interfaces; public interface IWebhookLogRepository : IRepository { }