feat(aititMainLoader): Сделана основная логика загрущки данных из АИХ ИТ в очередь сообщений
This commit is contained in:
7
PARR.AIHITMainLoader/IAihitMainLoader.cs
Normal file
7
PARR.AIHITMainLoader/IAihitMainLoader.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PARR.AIHITMainLoader
|
||||
{
|
||||
public interface IAihitMainLoader
|
||||
{
|
||||
Task StartAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user