fix: some build & linter warnings
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using TelegramBotBase.Form;
|
||||
using TelegramBotBase.Interfaces;
|
||||
|
||||
namespace TelegramBotBase.Factories
|
||||
{
|
||||
public class DefaultStartFormFactory : Interfaces.IStartFormFactory
|
||||
public class DefaultStartFormFactory : IStartFormFactory
|
||||
{
|
||||
private readonly Type _startFormClass;
|
||||
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using TelegramBotBase.Form;
|
||||
using TelegramBotBase.Form;
|
||||
using TelegramBotBase.Interfaces;
|
||||
|
||||
namespace TelegramBotBase.Factories
|
||||
{
|
||||
public class LambdaStartFormFactory : Interfaces.IStartFormFactory
|
||||
public class LambdaStartFormFactory : IStartFormFactory
|
||||
{
|
||||
public delegate FormBase CreateFormDelegate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user