예제 #1
0
        public static DIHelper AddProductEntryPointService(this DIHelper services)
        {
            services.TryAddScoped <ProductEntryPoint>();

            return(services
                   .AddFilesSpaceUsageStatManagerService()
                   .AddCoreBaseSettingsService()
                   .AddAuthContextService()
                   .AddUserManagerService()
                   .AddGlobalService()
                   .AddFilesSubscriptionManagerService());
        }