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

10 lines
187 B
C#

using Telegrator.Hosting.Components;
namespace Telegrator.Hosting.Web.Components
{
public interface ITelegramBotWebHost : ITelegramBotHost//, IEndpointRouteBuilder
{
}
}