From 8541eb5943aba58a95ce1800d460d0d985201c27 Mon Sep 17 00:00:00 2001 From: malimova Date: Tue, 30 Apr 2024 00:42:54 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BA=D0=B0=20=D1=87=D1=82=D0=BE?= =?UTF-8?q?=20=D0=B2=D1=81=D1=91,=20=D1=8F=20=D0=BE=D0=B1=D1=8F=D0=B7?= =?UTF-8?q?=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=20=D0=B2=D1=8B=D0=B6?= =?UTF-8?q?=D0=B8=D0=B2=D1=83,=20=D1=81=D0=BF=D0=BE=D0=BA=D0=BD=D0=BE?= =?UTF-8?q?=D1=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Confectionery/ConfectioneryDatabaseImplement/Client.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Confectionery/ConfectioneryDatabaseImplement/Client.cs b/Confectionery/ConfectioneryDatabaseImplement/Client.cs index 708c1d5..5d63231 100644 --- a/Confectionery/ConfectioneryDatabaseImplement/Client.cs +++ b/Confectionery/ConfectioneryDatabaseImplement/Client.cs @@ -11,7 +11,7 @@ using System.Threading.Tasks; namespace ConfectioneryDatabaseImplement.Models { - internal class Client : IClientModel + public class Client : IClientModel { public int Id { get; private set; }