7 lines
No EOL
130 B
C#
7 lines
No EOL
130 B
C#
namespace Geekbot.net.Lib.Media
|
|
{
|
|
public interface IFortunesProvider
|
|
{
|
|
string GetRandomFortune();
|
|
}
|
|
} |