mirror of
https://github.com/bitwarden/server.git
synced 2025-07-13 21:57:30 -05:00
policy service
This commit is contained in:
11
src/Core/Services/IPolicyService.cs
Normal file
11
src/Core/Services/IPolicyService.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface IPolicyService
|
||||
{
|
||||
Task SaveAsync(Policy policy);
|
||||
Task DeleteAsync(Policy policy);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user