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
|
||||
@@ -11,7 +11,7 @@ namespace xStringService.Providers
|
||||
protected XStringSeederBase(
|
||||
string entity,
|
||||
string database,
|
||||
IXBaseRepository<XString, int> repository,
|
||||
IXStringRepository repository,
|
||||
XDataServiceConfiguration dataServiceConfiguration
|
||||
) : base(
|
||||
entity,
|
||||
|
||||
Reference in New Issue
Block a user