From 04bc52ead23a6314eda69395a17f87f1f06304c5 Mon Sep 17 00:00:00 2001 From: RozhVan Date: Tue, 28 Jan 2025 22:22:15 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BD=D0=BE=D0=BC=D0=B5=D1=80=201927561?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GasStation/Repositories/Implementations/SellingRepository.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GasStation/Repositories/Implementations/SellingRepository.cs b/GasStation/Repositories/Implementations/SellingRepository.cs index 77244ba..38ef5d3 100644 --- a/GasStation/Repositories/Implementations/SellingRepository.cs +++ b/GasStation/Repositories/Implementations/SellingRepository.cs @@ -112,3 +112,4 @@ LEFT JOIN Product p on p.Id = ps.ProductID } } } +