Files
Telegrator/Telegrator.Hosting.Web/TelegramBotWebHost.cs
T

11 lines
187 B
C#

using Telegrator.Hosting.Components;
using Microsoft.AspNetCore.Routing;
namespace Telegrator.Hosting.Web
{
public class TelegramBotWebHost //: ITelegramBotWebHost
{
}
}