fix an issue in DbSeeder ...
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
using xDataService.Configuration;
|
using xDataService.Configuration;
|
||||||
using xDataService.Interfaces;
|
|
||||||
using xDataService.Providers;
|
using xDataService.Providers;
|
||||||
using xStringService.Interfaces;
|
using xStringService.Interfaces;
|
||||||
|
using xStringService.Interfaces.Entities;
|
||||||
using xStringService.Models.Entities;
|
using xStringService.Models.Entities;
|
||||||
|
|
||||||
namespace xStringService.Providers
|
namespace xStringService.Providers
|
||||||
@@ -9,14 +9,14 @@ namespace xStringService.Providers
|
|||||||
public abstract class XStringSeederBase : XBaseDbSeeder<XString, int>, IXStringSeeder
|
public abstract class XStringSeederBase : XBaseDbSeeder<XString, int>, IXStringSeeder
|
||||||
{
|
{
|
||||||
protected XStringSeederBase(
|
protected XStringSeederBase(
|
||||||
string entity,
|
string entity,
|
||||||
string database,
|
string database,
|
||||||
IXBaseRepository<XString, int> repository,
|
IXStringRepository repository,
|
||||||
XDataServiceConfiguration dataServiceConfiguration
|
XDataServiceConfiguration dataServiceConfiguration
|
||||||
) : base(
|
) : base(
|
||||||
entity,
|
entity,
|
||||||
database,
|
database,
|
||||||
repository,
|
repository,
|
||||||
dataServiceConfiguration
|
dataServiceConfiguration
|
||||||
)
|
)
|
||||||
{ }
|
{ }
|
||||||
|
|||||||
Reference in New Issue
Block a user