apply fix on GraphQL ...
This commit is contained in:
@@ -3,7 +3,6 @@ using xCategoryService.Interfaces.Entities;
|
||||
using xCategoryService.Models.Entities;
|
||||
using xDataService.Configuration;
|
||||
using xDataService.GraphQL;
|
||||
using xDataService.Interfaces;
|
||||
|
||||
namespace xCategoryService.Providers.GraphQL
|
||||
{
|
||||
|
||||
@@ -9,6 +9,5 @@ namespace xCategoryService.Providers.GraphQL
|
||||
{
|
||||
Query = (XSubCategoryGraphQuery)services.GetService(typeof(XSubCategoryGraphQuery));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user