Update TranslationService.cs
add using
This commit is contained in:
parent
adc6486345
commit
80a60b23eb
|
|
@ -6,6 +6,7 @@ using BotSharp.Abstraction.Templating;
|
|||
using BotSharp.Abstraction.Translation.Models;
|
||||
using System.Collections;
|
||||
using System.Reflection;
|
||||
using System.Text.Encodings.Web;
|
||||
|
||||
namespace BotSharp.Core.Translation;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue