6 lines
123 B
C#
6 lines
123 B
C#
namespace Alchegos.Webhook.Handlers.GiteaEventHandlers;
|
|
|
|
public interface IGiteaEventHandler: IWebhookEventHandler
|
|
{
|
|
|
|
} |