8 lines
136 B
C#
8 lines
136 B
C#
using TelegramBotBase.Form;
|
|
|
|
namespace TelegramBotBase.Interfaces;
|
|
|
|
public interface IStartFormFactory
|
|
{
|
|
FormBase CreateForm();
|
|
} |