rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -4,5 +4,9 @@ namespace adas_core.Application.Services.Interfaces;
public interface IArchivedPatientService
{
/// <summary>
/// Asynchronously retrieves all patients from the data store.
/// </summary>
/// <returns>A task that represents the asynchronous operation. The task result contains a list of all patients.</returns>
public Task<List<Patient>> FindAllPatients();
}