geekbot/Geekbot.net/Lib/Media/IFortunesProvider.cs

7 lines
No EOL
130 B
C#

namespace Geekbot.net.Lib.Media
{
public interface IFortunesProvider
{
string GetRandomFortune();
}
}