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