mirror of
https://github.com/bitwarden/server.git
synced 2025-07-13 21:57:30 -05:00
Run formatting (#2230)
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
using Bit.Core.Entities;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
namespace Bit.Core.Services;
|
||||
|
||||
public interface IPolicyService
|
||||
{
|
||||
public interface IPolicyService
|
||||
{
|
||||
Task SaveAsync(Policy policy, IUserService userService, IOrganizationService organizationService,
|
||||
Guid? savingUserId);
|
||||
}
|
||||
Task SaveAsync(Policy policy, IUserService userService, IOrganizationService organizationService,
|
||||
Guid? savingUserId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user