Update TranslationService.cs

add using
This commit is contained in:
易磊 2024-05-22 20:12:15 +08:00 committed by GitHub
parent adc6486345
commit 80a60b23eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;