Beispiel #1
0
 public static DIHelper AddBackupController(this DIHelper services)
 {
     return(services
            .AddBackupAjaxHandler()
            .AddIpSecurityFilter()
            .AddCoreBaseSettingsService()
            .AddTenantExtraService());
 }