feat(aihitMainSyncer): Написана логика создания новых Unit и Field.
This commit is contained in:
@@ -3,7 +3,8 @@ using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.Unit
|
||||
{
|
||||
public interface IUnitFieldService: IBaseService<UnitField>
|
||||
public interface IUnitFieldService : IBaseService<UnitField>
|
||||
{
|
||||
Task<UnitField?> GetByAihitNameAsync(string name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user