11 lines
203 B
C#
11 lines
203 B
C#
using Telegrator.Hosting.Components;
|
|
using Telegrator.Hosting.Web.Components;
|
|
|
|
namespace Telegrator.Hosting.Web
|
|
{
|
|
public class TelegramBotWebHostBuilder //: ITelegramBotHostBuilder
|
|
{
|
|
|
|
}
|
|
}
|