Files
telegram-bot/Core/Option/IOptionManagerService.cs
T

10 lines
192 B
C#
Raw Normal View History

2023-01-05 08:01:18 +03:00
namespace Kruzya.TelegramBot.Core.Option;
/// <summary>
/// Describes what API should be implemented in Option Manager Service.
/// </summary>
public interface IOptionManagerService
{
}