Esempio n. 1
0
        public static DIHelper AddFileSharingAceHelperService(this DIHelper services)
        {
            services.TryAddScoped <FileSharingAceHelper>();

            return(services
                   .AddFileSecurityService()
                   .AddCoreBaseSettingsService()
                   .AddFileUtilityService()
                   .AddUserManagerService()
                   .AddAuthContextService()
                   .AddDocumentServiceHelperService()
                   .AddFileMarkerService()
                   .AddNotifyClientService()
                   .AddGlobalFolderHelperService()
                   .AddFileSharingHelperService());
        }