Reorganizing the structure of the project, adding unit testing, adding PokemonService and ShakespeareService.
This commit is contained in:
12
Pokespearean/Models/Settings.cs
Normal file
12
Pokespearean/Models/Settings.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pokespearean.Models
|
||||
{
|
||||
public class Settings
|
||||
{
|
||||
public string ShakespeareApi { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user