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