fix an issue in DbSeeder ...

This commit is contained in:
2026-05-31 00:37:48 +03:30
parent 7609bdf2ca
commit 086d68bfd1
+2 -2
View File
@@ -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,