consulta tonta

echale un ojo si te apetece
This commit is contained in:
Alejandro Sarmiento
2024-04-06 04:11:04 +02:00
parent b672887299
commit eed3cb108f
4 changed files with 56 additions and 1 deletions

View File

@@ -1,9 +1,12 @@
using back.Entities.DTOs.Response;
using back.Entities;
using back.Entities.DTOs.Request;
using back.Entities.DTOs.Response;
namespace back.Application.Contracts.Services
{
public interface IWantItAllService
{
Task<Persona> ConsultaLocaAwait(ConsultaLoca dto);
Task<IWantItAll> GetWithAsyncAwait();
Task<IWantItAll> GetWithTasks();
}