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