add some changes on GraphQL Implementations ...
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using xDataService.Configuration;
|
||||
using xDataService.Interfaces;
|
||||
using xDataService.Providers;
|
||||
using xServices.Interfaces;
|
||||
using xServices.Models.Entities;
|
||||
@@ -10,12 +9,13 @@ namespace xServices.Providers
|
||||
public class XTestDbSeeder : XBaseDbSeeder<XTest, Guid>, IXTestDbSeeder
|
||||
{
|
||||
public XTestDbSeeder(
|
||||
IXBaseRepository<XTest, Guid> repository,
|
||||
IXTestRepository repository,
|
||||
XDataServiceConfiguration dataServiceConfiguration
|
||||
) : base(
|
||||
"xApiDb",
|
||||
repository,
|
||||
dataServiceConfiguration
|
||||
database: "xApiDb",
|
||||
entity: nameof(XTest),
|
||||
repository: repository,
|
||||
dataServiceConfiguration: dataServiceConfiguration
|
||||
)
|
||||
{ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user