示例#1
0
 public AdminController(IShellFeaturesManager shellFeaturesManager, IAuthorizationService authorizationService,
                        ShellSettings currentShellSettings, ITenantBillingHistoryRepository tenantBillingRepo)
 {
     _authorizationService = authorizationService;
     _currentShellSettings = currentShellSettings;
     _shellFeaturesManager = shellFeaturesManager;
     _tenantBillingRepo    = tenantBillingRepo;
 }
 public MonthlyPaymentSuccessEventHandler(IShellSettingsManager shellSettingsManager, IShellHost shellHost, ITenantBillingHistoryRepository tenantBillingRepo)
 {
     _shellSettingsManager = shellSettingsManager;
     _shellHost            = shellHost;
     _tenantBillingRepo    = tenantBillingRepo;
 }