prueba tecnica
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using ProximaContracts.Domain.Rates.DTOs.Responses;
|
||||
|
||||
namespace ProximaContracts.Application.Rates.Services
|
||||
{
|
||||
public interface IRateService
|
||||
{
|
||||
Task<bool> CheckIfExists(int id);
|
||||
Task<IEnumerable<GetAllRatesDto>> GetRates();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user