Esempio n. 1
0
        public void ThenTheOrganizationIsDisabled(string name)
        {
            Guid organizationId = nameIdentifierPairs[name];

            Assert.IsTrue(IdentityManagementService.GetOrganization(organizationId).IsDisabled);
        }