From b8705ce3a600f7114061779a975fe32471a20424 Mon Sep 17 00:00:00 2001 From: malimova Date: Mon, 29 Apr 2024 23:07:43 +0400 Subject: [PATCH] =?UTF-8?q?Revert=20"=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D0=BE?= =?UTF-8?q?=20Lab5.=20=D0=95=D1=81=D0=BB=D0=B8=20=D1=87=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BD=D0=BE,=20=D1=83=20=D0=BC=D0=B5=D0=BD=D1=8F=20=D1=83?= =?UTF-8?q?=D0=B6=D0=B5=20=D0=B4=D0=B5=D0=BF=D1=80=D0=B5=D1=81=D1=81=D0=B8?= =?UTF-8?q?=D1=8F,=20=D1=8F=20=D0=BA=D0=BE=D0=B5-=D0=BA=D0=B0=D0=BA=20?= =?UTF-8?q?=D0=B2=D1=81=D1=91=20=D1=81=D0=B4=D0=B0=D1=8E=20=D0=B8=20=D0=BC?= =?UTF-8?q?=D0=BD=D0=B5=20=D0=BD=D0=B8=D1=87=D0=B5=D0=B3=D0=BE=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D1=85=D0=BE=D1=87=D0=B5=D1=82=D1=81=D1=8F.=20=D0=A5?= =?UTF-8?q?=D0=BE=D1=87=D1=83=20=D1=83=D0=B6=D0=B5=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=BE=20=D0=B7=D0=B0=D0=BA=D1=80=D1=8B=D1=82=D1=8C?= =?UTF-8?q?=20=D1=81=D0=B5=D0=BC=D0=B5=D1=81=D1=82=D1=80=20=D0=B1=D0=B5?= =?UTF-8?q?=D0=B7=20=D1=82=D1=80=D0=BE=D0=B5=D0=BA=20=D0=B8=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=BB=D0=B3=D0=BE=D0=B2=20=D0=B8=20=D1=83=D0=B9=D1=82=D0=B8=20?= =?UTF-8?q?=D0=B2=20=D0=BB=D0=B5=D1=82=D0=BE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b13d5019a1d617866868657c842c308d8f1532da. --- .../ConfectioneryDataModels/IClientModel.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Confectionery/ConfectioneryDataModels/IClientModel.cs diff --git a/Confectionery/ConfectioneryDataModels/IClientModel.cs b/Confectionery/ConfectioneryDataModels/IClientModel.cs deleted file mode 100644 index ddad9f3..0000000 --- a/Confectionery/ConfectioneryDataModels/IClientModel.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace ConfectioneryDataModels.Models -{ - public interface IClientModel - { - string ClientFIO { get; } - string Email { get; } - string Password { get; } - } -}