From d737516d4989d6e012b04ec94df192568f8f3d45 Mon Sep 17 00:00:00 2001 From: Yunusov_Niyaz Date: Sun, 26 May 2024 23:14:43 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B5=D0=B4=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=81=D0=BC=D0=BE=D1=82=D1=80=20=D1=81=D0=B4=D0=B5=D0=BB=D0=B0?= =?UTF-8?q?=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../VeterinaryShowOwnerApp/Controllers/HomeController.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VeterinaryView/VeterinaryShowOwnerApp/Controllers/HomeController.cs b/VeterinaryView/VeterinaryShowOwnerApp/Controllers/HomeController.cs index 21fec2c..54291d7 100644 --- a/VeterinaryView/VeterinaryShowOwnerApp/Controllers/HomeController.cs +++ b/VeterinaryView/VeterinaryShowOwnerApp/Controllers/HomeController.cs @@ -515,8 +515,8 @@ namespace VeterinaryShowOwnerApp.Controllers table += ""; table += $"{visit.DateVisit}"; table += $""; - table += $""; - table += $"{visit.VisitName}"; + table += $"{visit.VisitName}"; + table += $""; table += ""; } foreach (var drug in medication.Drugs) @@ -524,9 +524,9 @@ namespace VeterinaryShowOwnerApp.Controllers table += ""; table += $"{drug.DateCreate}"; table += $""; - table += $"{drug.DrugName}"; table += $""; - table += ""; + table += $"{drug.DrugName}"; + table += ""; } table += ""; }