Added checking for updates
This commit is contained in:
parent
cc15863e81
commit
5ec6525257
19 changed files with 1231 additions and 100 deletions
9
Services/IQuotesService.cs
Normal file
9
Services/IQuotesService.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace MossyUpdater.Services
|
||||
{
|
||||
public interface IQuotesService
|
||||
{
|
||||
string GetRandomQuote();
|
||||
string GetNextQuote();
|
||||
IEnumerable<string> GetAllQuotes();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue