7 lines
185 B
C#
7 lines
185 B
C#
namespace FictionArchive.Service.TranslationService.Models;
|
|
|
|
public class TranslationEngineDescriptor
|
|
{
|
|
public string DisplayName { get; set; }
|
|
public string Key { get; set; }
|
|
} |