Files
Telegrator/Telegrator.Hosting.Web/Components/ITelegramBotWebHost.cs
T

10 lines
187 B
C#
Raw Normal View History

2025-07-24 23:19:59 +04:00
using Telegrator.Hosting.Components;
namespace Telegrator.Hosting.Web.Components
{
public interface ITelegramBotWebHost : ITelegramBotHost//, IEndpointRouteBuilder
{
}
}