mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
7 lines
No EOL
153 B
C#
7 lines
No EOL
153 B
C#
namespace Ombi.Services.Jobs.RecentlyAddedNewsletter
|
|
{
|
|
public interface IPlexNewsletter
|
|
{
|
|
string GetNewsletterHtml(bool test);
|
|
}
|
|
} |