Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace FictionArchive.Service.TranslationService.Models;
|
||||
|
||||
public class TranslationEngineDescriptor
|
||||
{
|
||||
public string DisplayName { get; set; }
|
||||
public string Key { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user