fix FormatException в ParserService(isActive), добавлен CallbackException в честный MqService

This commit is contained in:
Mikhail Kuznetsov
2023-09-29 15:01:34 +10:00
parent 4643cfedff
commit 8164e9e8ba
8 changed files with 38 additions and 85 deletions

View File

@@ -3,6 +3,6 @@
internal interface IManager
{
Task<bool> ManageFileAsync(string path);
Task<bool> ManageStringAsync(string str);
Task ManageStringAsync(string str);
}
}