fix an issue in DbSeeder ...

This commit is contained in:
2026-05-31 00:38:00 +03:30
parent 3e141bd70f
commit 3ca3bf05e9
+2 -2
View File
@@ -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,