mirror of
https://github.com/bitwarden/server.git
synced 2025-06-28 14:46:14 -05:00

* Updated CollectionsController to utilize ICreateCollectionCommand and IUpdateCollectionCommand for handling collection creation and updates, replacing calls to ICollectionService. * Adjusted related unit tests to verify the new command implementations.