Example #1
0
 public string Tenants()
 {
     _installationService.InstallTenants();
     return("installed tenants successfully.");
 }