Primera subida
This commit is contained in:
10
back/Application/Contracts/Services/IWantItAllService.cs
Normal file
10
back/Application/Contracts/Services/IWantItAllService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using back.Entities.DTOs.Response;
|
||||
|
||||
namespace back.Application.Contracts.Services
|
||||
{
|
||||
public interface IWantItAllService
|
||||
{
|
||||
Task<IWantItAll> GetWithAsyncAwait();
|
||||
Task<IWantItAll> GetWithTasks();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user