Files
telegram-bot/Core/Option/IOptionManagerService.cs
2023-01-05 08:01:18 +03:00

10 lines
192 B
C#

namespace Kruzya.TelegramBot.Core.Option;
/// <summary>
/// Describes what API should be implemented in Option Manager Service.
/// </summary>
public interface IOptionManagerService
{
}