last ...
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user