File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
src/Api/AdminConsole/Controllers
Api.IntegrationTest/AdminConsole/Controllers
Core.Test/AdminConsole/OrganizationFeatures/Policies/PolicyValidators Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 77using Bit . Api . AdminConsole . Models . Response . Helpers ;
88using Bit . Api . AdminConsole . Models . Response . Organizations ;
99using Bit . Api . Models . Response ;
10- using Bit . Core ;
1110using Bit . Core . AdminConsole . Entities ;
1211using Bit . Core . AdminConsole . Enums ;
1312using Bit . Core . AdminConsole . OrganizationFeatures . OrganizationDomains . Interfaces ;
Original file line number Diff line number Diff line change 55using Bit . Api . IntegrationTest . Helpers ;
66using Bit . Api . Models . Request ;
77using Bit . Api . Models . Response ;
8- using Bit . Core ;
98using Bit . Core . AdminConsole . Entities ;
109using Bit . Core . AdminConsole . OrganizationFeatures . OrganizationUsers . DeleteClaimedAccount ;
1110using Bit . Core . AdminConsole . Repositories ;
1413using Bit . Core . Enums ;
1514using Bit . Core . Models . Data ;
1615using Bit . Core . Repositories ;
17- using Bit . Core . Services ;
18- using NSubstitute ;
1916using Xunit ;
2017
2118namespace Bit . Api . IntegrationTest . AdminConsole . Controllers ;
Original file line number Diff line number Diff line change 66using Bit . Core . AdminConsole . OrganizationFeatures . Policies . PolicyValidators ;
77using Bit . Core . AdminConsole . Repositories ;
88using Bit . Core . Repositories ;
9- using Bit . Core . Services ;
109using Bit . Core . Test . AdminConsole . AutoFixture ;
1110using Bit . Test . Common . AutoFixture ;
1211using Bit . Test . Common . AutoFixture . Attributes ;
You can’t perform that action at this time.
0 commit comments