mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
rollback share if errors
This commit is contained in:
@@ -8,5 +8,6 @@ namespace Bit.Core.Repositories
|
||||
public interface IOrganizationRepository : IRepository<Organization, Guid>
|
||||
{
|
||||
Task<ICollection<Organization>> GetManyByUserIdAsync(Guid userId);
|
||||
Task UpdateStorageAsync(Guid id, long storageIncrease);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user