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