Interface IWebhookService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhookService : ICrudService<IWebhook, TenantServiceContext, Query>, ICreateService<IWebhook, TenantServiceContext, Query>, IReadService<IWebhook, TenantServiceContext, Query>, IAttributeService<TenantServiceContext>
Methods
GetAsync<T>(TenantServiceContext, string)
Declaration
Task<T> GetAsync<T>(TenantServiceContext context, string name) where T : class, IWebhook
Parameters
Returns
Type Parameters
Extension Methods