1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

Resolve AC warnings (#5785)

This commit is contained in:
Justin Baur
2025-05-08 09:15:27 -04:00
committed by GitHub
parent 1228fe51c8
commit e4a93b24f1
6 changed files with 16 additions and 15 deletions

View File

@ -1,4 +1,5 @@
using Bit.Core.Entities;
using Bit.Core.Exceptions;
namespace Bit.Core.AdminConsole.OrganizationFeatures.OrganizationUsers.Interfaces;