コード例 #1
0
 public DashboardOverviewService(
     IActiveTenantService activeTenantService,
     IAllowedTenantService allowedTenantService,
     ITopSalesService topSalesService
     )
 {
     this.allowedTenantService = allowedTenantService;
     this.activeTenantService  = activeTenantService;
     this.topSalesService      = topSalesService;
 }
コード例 #2
0
 public TenantOperationAuthorizationHandler(SecurityContext securityContext, IActiveTenantService tenantService)
 {
     this.securityContext = securityContext;
     this.tenantService   = tenantService;
 }