mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 19:05:07 -05:00
[Provider] Create and access child organizations (#1427)
This commit is contained in:
@ -9,5 +9,6 @@ namespace Bit.Core.Repositories
|
||||
public interface IProviderOrganizationRepository : IRepository<ProviderOrganization, Guid>
|
||||
{
|
||||
Task<ICollection<ProviderOrganizationOrganizationDetails>> GetManyDetailsByProviderAsync(Guid providerId);
|
||||
Task<ICollection<ProviderOrganization>> GetManyByUserIdAsync(Guid userId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user