using Domain.Entities; using phronCare.UIBlazor.Services.Sales.Quotes; namespace Services.Sales.Quotes { public interface IQuoteService { //Task CreateFullQuoteAsync(EQuoteHeader quote, int formSeriesId); // Aquí podrías agregar otros métodos: GetById, Search, etc. } }