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

11 lines
187 B
C#
Raw Normal View History

2025-07-24 23:19:59 +04:00
using Telegrator.Hosting.Components;
using Microsoft.AspNetCore.Routing;
namespace Telegrator.Hosting.Web
{
public class TelegramBotWebHost //: ITelegramBotWebHost
{
}
}