migrare UI in WebAssembly + integrare Serviciu stocare info pe web + WebToken
This commit is contained in:
@@ -7,7 +7,6 @@ public interface IDoctorRepository
|
||||
Task AddAsync(Doctor doctor);
|
||||
|
||||
Task<Doctor?> GetByIdAsync(Guid id);
|
||||
|
||||
Task<Doctor?> FindByEmailAsync(string email);
|
||||
Task<bool> CredentialsMatch(string email, string password);
|
||||
|
||||
|
||||
@@ -7,8 +7,10 @@ public interface IPatientRepository
|
||||
Task AddAsync(Patient patient);
|
||||
|
||||
Task<Patient?> GetByIdAsync(Guid id);
|
||||
|
||||
|
||||
Task<Patient?> FindByEmailAsync(string email);
|
||||
|
||||
Task<bool> CredentialsMatch(string email, string password);
|
||||
|
||||
Task UpdateAsync(Patient patient);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user