11 lines
187 B
C#
11 lines
187 B
C#
|
|
using Telegrator.Hosting.Components;
|
||
|
|
using Microsoft.AspNetCore.Routing;
|
||
|
|
|
||
|
|
namespace Telegrator.Hosting.Web
|
||
|
|
{
|
||
|
|
public class TelegramBotWebHost //: ITelegramBotWebHost
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|