namespace DocuMed.Core.EntityServices.Abstracts; public interface IMedicalHistoryService : IScopedDependency { public Task EditAsync(MedicalHistoryLDto template, CancellationToken cancellationToken); public Task AddAsync(MedicalHistoryLDto template, CancellationToken cancellationToken); }