1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-14 06:07:36 -05:00

only 1 policy event

This commit is contained in:
Kyle Spearrin
2020-01-20 09:02:41 -05:00
parent f3f1ac57d2
commit 9266546d60
3 changed files with 6 additions and 19 deletions

View File

@ -6,6 +6,5 @@ namespace Bit.Core.Services
public interface IPolicyService
{
Task SaveAsync(Policy policy);
Task DeleteAsync(Policy policy);
}
}