Class WebhookServiceContext
Inheritance
WebhookServiceContext
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class WebhookServiceContext : TenantServiceContext, IServiceContext
Constructors
WebhookServiceContext(ITenant, IWebhook)
Declaration
public WebhookServiceContext(ITenant tenant, IWebhook webhook)
Parameters
WebhookServiceContext(int, int)
Declaration
public WebhookServiceContext(int tenantId, int webhookId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
webhookId |
|
Properties
WebhookId
Declaration
public int WebhookId { get; }
Property Value
Implements
Extension Methods