Reorganizing the structure of the project, adding unit testing, adding PokemonService and ShakespeareService.
This commit is contained in:
8
Pokespearean.Models/Pokemon/PokeResult.cs
Normal file
8
Pokespearean.Models/Pokemon/PokeResult.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Pokespearean.Models.Pokemon
|
||||
{
|
||||
public class PokeResult
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user