using adas_core.Domain.Models; using MongoDB.Bson; namespace adas_core.Application.Services.Interfaces; public interface IArchivedPatientTreatmentService { Task> FindAllPatientTreatmentsByPatient(ObjectId patientId); }