2022-10-08 19:26:34 +03:00

8 lines
136 B
C#

using TelegramBotBase.Form;
namespace TelegramBotBase.Interfaces;
public interface IStartFormFactory
{
FormBase CreateForm();
}