8 lines
125 B
C#
8 lines
125 B
C#
namespace Aberwyn.Data
|
|
{
|
|
public interface IRssProcessor
|
|
{
|
|
Task ProcessRssFeeds();
|
|
}
|
|
}
|