Example #1
0
 public MapTenantController(IMapTenantAppService mapTenantAppService)
 {
     _mapTenantAppService = mapTenantAppService;
 }
Example #2
0
 public MapTenantAppServiceTest()
 {
     _tenantRepository                = GetRequiredService <ITenantRepository>();
     _mapTenantAppService             = GetRequiredService <IMapTenantAppService>();
     _mapTenancyConfigurationProvider = GetRequiredService <IMapTenancyConfigurationProvider>();
 }