Implemented deletion of collections
This commit is contained in:
@@ -22,6 +22,7 @@ public class PasswordStoreService : IPasswordStoreService
|
||||
|
||||
public void Delete(uint ID)
|
||||
{
|
||||
secretService.DeleteCollection(Get(ID).DisplayName ?? Get(ID).Path);
|
||||
repository.Delete(ID);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user