mirror of
https://github.com/bitwarden/server.git
synced 2026-02-06 09:03:21 +08:00
- Introduced a new method in ICollectionRepository to build an action for creating a default collection with user access. - Implemented the method in both Dapper and Entity Framework CollectionRepository classes to handle collection creation and user access assignments. - Enhanced the functionality to support transaction execution for database operations.