mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
Run formatting (#2230)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using Bit.Core.Entities;
|
||||
using Bit.Core.Enums;
|
||||
|
||||
namespace Bit.Core.Repositories
|
||||
namespace Bit.Core.Repositories;
|
||||
|
||||
public interface IOrganizationApiKeyRepository : IRepository<OrganizationApiKey, Guid>
|
||||
{
|
||||
public interface IOrganizationApiKeyRepository : IRepository<OrganizationApiKey, Guid>
|
||||
{
|
||||
Task<IEnumerable<OrganizationApiKey>> GetManyByOrganizationIdTypeAsync(Guid organizationId, OrganizationApiKeyType? type = null);
|
||||
}
|
||||
Task<IEnumerable<OrganizationApiKey>> GetManyByOrganizationIdTypeAsync(Guid organizationId, OrganizationApiKeyType? type = null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user