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
|
||||||
@@ -11,7 +11,7 @@ namespace xStringService.Providers
|
|||||||
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user