mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 19:05:07 -05: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