fix an issue in DbSeeder ...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using xDataService.Configuration;
|
||||
using xDataService.Interfaces;
|
||||
using xDataService.Providers;
|
||||
using xTagService.Interfaces;
|
||||
using xTagService.Interfaces.Entities;
|
||||
using xTagService.Models.Entities;
|
||||
|
||||
namespace xTagService.Providers
|
||||
@@ -11,7 +11,7 @@ namespace xTagService.Providers
|
||||
protected XTagSeederBase(
|
||||
string entity,
|
||||
string database,
|
||||
IXBaseRepository<XTag, int> repository,
|
||||
IXTagRepository repository,
|
||||
XDataServiceConfiguration dataServiceConfiguration
|
||||
) : base(
|
||||
entity,
|
||||
|
||||
Reference in New Issue
Block a user