Reorganizing the structure of the project, adding unit testing, adding PokemonService and ShakespeareService.
This commit is contained in:
10
Pokespearean/Services/IShakespeareService.cs
Normal file
10
Pokespearean/Services/IShakespeareService.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using Pokespearean.Models.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pokespearean.Services
|
||||
{
|
||||
public interface IShakespeareService
|
||||
{
|
||||
Task<WebResult> ToShakespearean(string text);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user