This commit is contained in:
2026-05-28 02:30:20 +03:30
parent 0e8c3a9623
commit 172f0806f2
10 changed files with 51 additions and 53 deletions
View File
+2 -3
View File
@@ -1,5 +1,4 @@
using GraphQL.Types;
using MongoDB.Bson.Serialization.Serializers;
using xDataHelper.Providers.GraphQL;
using xDataService.Db;
using xDataService.Models;
@@ -32,7 +31,7 @@ namespace xStringService.Helpers
IXStringRepository,
XStringEFRepository<TContext>,
TContext
> GetXStringEfRepositoryDescriptor<TContext>()
> GetXStringEFRepositoryDescriptor<TContext>()
where TContext : XDbContext
{
//
@@ -76,7 +75,7 @@ namespace xStringService.Helpers
TContext,
IXStringSeeder,
TSeederImplementation
> GetXStringEfRepositoryDescriptor<TContext, TSeederImplementation>()
> GetXStringEFRepositoryDescriptor<TContext, TSeederImplementation>()
where TContext : XDbContext
where TSeederImplementation : XBaseDbSeeder<XString, int>
{