medicalHistory: deletion when patient is deleted
This commit is contained in:
@@ -13,6 +13,6 @@ public interface IChatMongoDbService
|
||||
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