using back.Entities.DTOs.Response; namespace back.Application.Contracts.Services { public interface IWantItAllService { Task GetWithAsyncAwait(); Task GetWithTasks(); } }