This commit is contained in:
2026-05-15 03:21:07 +03:30
parent 3d7f5b58a8
commit 95f5adfc4e
13 changed files with 232 additions and 22 deletions
-1
View File
@@ -8,7 +8,6 @@ namespace xServices.Providers
{
public class XTestGraphQLTypeHelper : XBaseGraphQLTypeHelper<XTest, Guid>, IXTestGraphQLTypeHelper
{
public XTestGraphQLTypeHelper(
XDataServiceConfiguration configuration
) : base(configuration)