10 lines
187 B
C#
10 lines
187 B
C#
|
|
using Telegrator.Hosting.Components;
|
||
|
|
|
||
|
|
namespace Telegrator.Hosting.Web.Components
|
||
|
|
{
|
||
|
|
public interface ITelegramBotWebHost : ITelegramBotHost//, IEndpointRouteBuilder
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|