Renaming from tenant to organization

This commit is contained in:
Janus C. H. Knudsen 2025-02-14 20:14:01 +01:00
parent bf50563ab7
commit 087f8ce0e9
16 changed files with 129 additions and 243 deletions

View file

@ -49,7 +49,7 @@ namespace Tests
}
[TestMethod]
public void TryTenantSetupService()
public void TryOrganizationSetupService()
{
var conn = Container.Resolve<IDbConnection>();
}