Interface IWebhookMessageService
Payroll webhook message service
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhookMessageService : ICrudService<IWebhookMessage, WebhookServiceContext, Query>, ICreateService<IWebhookMessage, WebhookServiceContext, Query>, IReadService<IWebhookMessage, WebhookServiceContext, Query>