mirror of
https://github.com/bitwarden/server
synced 2026-01-05 01:53:17 +00:00
Turn on file scoped namespaces (#2225)
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