* Moved source code projects directory to 'src'
* Updatedt Solution format
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.Extensions.Localization;
|
||||
using Telegram.Bot.Types;
|
||||
using Telegrator.Handlers.Components;
|
||||
|
||||
namespace Telegrator.Localized
|
||||
{
|
||||
public interface ILocalizedHandler<T> : IAbstractUpdateHandler<Message> where T : class
|
||||
{
|
||||
public IStringLocalizer LocalizationProvider { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user