feat(aihitMainSyncer): refactoring

This commit is contained in:
Mikhail Kuznetsov
2025-05-30 09:50:47 +10:00
parent 0fd0b4881f
commit 6c90645073
4 changed files with 237 additions and 231 deletions

View File

@@ -4,6 +4,5 @@ namespace PARR.DAL.Services.Interfaces.Unit
{
public interface IUnitService : IBaseService<Models.Unit.Unit>
{
Task<Models.Unit.Unit?> GetUnitByName(string name);
}
}