diff --git a/Providers/AzureTranslator/TranslationResponse.cs b/Providers/AzureTranslator/TranslationResponse.cs deleted file mode 100644 index 6f94ed0..0000000 --- a/Providers/AzureTranslator/TranslationResponse.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Edi.Translator.Providers.AzureTranslator; - -public class TranslationResponse -{ - public List Translations { get; set; } -} - -public class Translation -{ - public string Text { get; set; } - public string To { get; set; } -} \ No newline at end of file