1
0

6 lines
123 B
C#

namespace Flawless.Server.Services;
public class RepositoryEventSender(WebhookService webhook, EmailService mail)
{
}