using PokemonSleep.Web.Models; namespace PokemonSleep.Web.Service.IService { public interface IPokemonNatureService { Task GetAllPokemonNaturesAsync(); } }