This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AyaNova.Biz
|
||||
{
|
||||
@@ -30,7 +31,10 @@ namespace AyaNova.Biz
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
internal async Task<string> Translate(string key)
|
||||
{
|
||||
return await TranslationBiz.GetTranslationStaticAsync(key, UserTranslationId, ct);
|
||||
}
|
||||
|
||||
#region Error handling
|
||||
private readonly List<ValidationError> _errors = new List<ValidationError>();
|
||||
|
||||
Reference in New Issue
Block a user