mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
validate organization licenses
This commit is contained in:
@@ -7,6 +7,7 @@ namespace Bit.Core.Repositories
|
||||
{
|
||||
public interface IOrganizationRepository : IRepository<Organization, Guid>
|
||||
{
|
||||
Task<ICollection<Organization>> GetManyAsync();
|
||||
Task<ICollection<Organization>> GetManyByUserIdAsync(Guid userId);
|
||||
Task UpdateStorageAsync(Guid id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user