Interface IArchivedPatientService
- Namespace
- adas_core.Application.Services.Interfaces
- Assembly
- adas-core.Application.dll
public interface IArchivedPatientService
- Extension Methods
Methods
FindAllPatients()
Asynchronously retrieves all patients from the data store.
Task<List<Patient>> FindAllPatients()