mirror of
https://github.com/bitwarden/server.git
synced 2025-07-08 11:24:33 -05:00
Merge branch 'master' into feature/flexible-collections
This commit is contained in:
@ -14,4 +14,5 @@ public interface IOrganizationRepository : IRepository<Organization, Guid>
|
||||
Task<Organization> GetByLicenseKeyAsync(string licenseKey);
|
||||
Task<SelfHostedOrganizationDetails> GetSelfHostedOrganizationDetailsById(Guid id);
|
||||
Task<ICollection<Organization>> SearchUnassignedToProviderAsync(string name, string ownerEmail, int skip, int take);
|
||||
Task<IEnumerable<string>> GetOwnerEmailAddressesById(Guid organizationId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user