Manage Appointments DONE!
This commit is contained in:
@@ -14,4 +14,6 @@ public interface IMedicalHistoryMongoDbService
|
||||
Task ModifyAsync<T>(string keyField, string keyValue, T document);
|
||||
|
||||
Task DeleteAsync<T>(string keyField, string keyValue);
|
||||
|
||||
Task DeleteByIdAsync<T>(string id);
|
||||
}
|
||||
Reference in New Issue
Block a user