apply fix on GraphQL ...

This commit is contained in:
2026-06-01 15:48:33 +03:30
parent 0400b685f0
commit ee967371c9
4 changed files with 43 additions and 41 deletions
@@ -1,7 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.SignalR;
using xCategoryService.Interfaces.Entities;
using xCategoryService.Models.Entities;
@@ -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));
}
}
}