From 3439809d33fc6165589a7938f6e437ed20c068e4 Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Tue, 1 Oct 2024 23:56:20 -0500 Subject: [PATCH] TranslationResponseModel --- .../Translation/Models}/TranslationRequestModel.cs | 0 .../Translation/Models}/TranslationResponseModel.cs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/Infrastructure/{BotSharp.OpenAPI/ViewModels/Translations => BotSharp.Abstraction/Translation/Models}/TranslationRequestModel.cs (100%) rename src/Infrastructure/{BotSharp.OpenAPI/ViewModels/Translations => BotSharp.Abstraction/Translation/Models}/TranslationResponseModel.cs (100%) diff --git a/src/Infrastructure/BotSharp.OpenAPI/ViewModels/Translations/TranslationRequestModel.cs b/src/Infrastructure/BotSharp.Abstraction/Translation/Models/TranslationRequestModel.cs similarity index 100% rename from src/Infrastructure/BotSharp.OpenAPI/ViewModels/Translations/TranslationRequestModel.cs rename to src/Infrastructure/BotSharp.Abstraction/Translation/Models/TranslationRequestModel.cs diff --git a/src/Infrastructure/BotSharp.OpenAPI/ViewModels/Translations/TranslationResponseModel.cs b/src/Infrastructure/BotSharp.Abstraction/Translation/Models/TranslationResponseModel.cs similarity index 100% rename from src/Infrastructure/BotSharp.OpenAPI/ViewModels/Translations/TranslationResponseModel.cs rename to src/Infrastructure/BotSharp.Abstraction/Translation/Models/TranslationResponseModel.cs