ITextProvider
This commit is contained in:
14
Shared/Interface/ITextProvider.cs
Normal file
14
Shared/Interface/ITextProvider.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BS.Shared.Interface
|
||||
{
|
||||
public interface ITextProvider
|
||||
{
|
||||
string GetText(string key);
|
||||
void SetText(string key, string value);
|
||||
}
|
||||
}
|
||||
@@ -443,6 +443,7 @@
|
||||
<Compile Include="Interface\Feature\AICore\IAiPromptbausteinPrompt.cs" />
|
||||
<Compile Include="Interface\Feature\AICore\IAiPromptbausteinRoutine.cs" />
|
||||
<Compile Include="Interface\Feature\AICore\IAiPromptbausteinRoutineStep.cs" />
|
||||
<Compile Include="Interface\ITextProvider.cs" />
|
||||
<Compile Include="Interface\IApiErrorExtractor.cs" />
|
||||
<Compile Include="Interface\IContact.cs" />
|
||||
<Compile Include="Interface\IFileStorageDAO.cs" />
|
||||
|
||||
Reference in New Issue
Block a user