using PokemonSleepInterface.Models;
namespace PokemonSleepInterface.Service.IService
{
public interface IPokemonService
Task<ResponseDto?> GetAllPokemonAsync();
}