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