refactor and add using constants instead of hard coded strings ...

This commit is contained in:
2026-07-30 14:25:38 +03:30
parent 33b4efde94
commit 7823dffcfa
5 changed files with 41 additions and 10 deletions
@@ -1,7 +1,7 @@
using xDataService.Interfaces;
using xTagService.Models.Entities;
namespace xTagService.Interfaces
namespace xTagService.Interfaces.Entities
{
public interface IXTagSeeder : IXBaseDbSeeder<XTag, int>
{ }