Ombi/src/Ombi.Notifications/Agents/Interfaces/IGotifyNotification.cs
2019-03-20 19:44:21 +01:00

6 lines
No EOL
111 B
C#

namespace Ombi.Notifications.Agents
{
public interface IGotifyNotification : INotification
{
}
}