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