last ...
This commit is contained in:
@@ -8,7 +8,6 @@ using xCategoryService.Interfaces.Entities;
|
||||
using xCategoryService.Providers;
|
||||
using xCategoryService.Providers.Dtos;
|
||||
using xCategoryService.Providers.Entities;
|
||||
using xCategoryService.Providers.GraphQL;
|
||||
using xCommons.Extensions;
|
||||
using xCommons.Helpers;
|
||||
using xDataService.Constants;
|
||||
@@ -284,6 +283,12 @@ namespace xCategoryService.DI
|
||||
new ServiceDescriptor(typeof(IXCategoryDescriptionResourceProvider), typeof(XCategoryDescriptionResourceProvider), lifeTime)
|
||||
);
|
||||
|
||||
//
|
||||
// Reference Providers ...
|
||||
services.Add(
|
||||
new ServiceDescriptor(typeof(IXCategorySubCategoryReferenceProvider), typeof(XCategorySubCategoryReferenceProvider), lifeTime)
|
||||
);
|
||||
|
||||
//
|
||||
// Provider ...
|
||||
services.Add(
|
||||
|
||||
Reference in New Issue
Block a user