From 75fc3820b993173bae44ac9319205dc325eb719c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D1=80=D1=8C=D1=8F=20=D0=90=D0=BD=D1=82=D0=BE?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0?= Date: Sat, 8 Apr 2023 21:08:19 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B1=D0=B0=D0=B7=D1=8B=20=D0=B4=D0=B0=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VetClinic/VetClinicBusinessLogic/Interfaces/IClientStorage.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/VetClinic/VetClinicBusinessLogic/Interfaces/IClientStorage.cs b/VetClinic/VetClinicBusinessLogic/Interfaces/IClientStorage.cs index e670482..763df97 100644 --- a/VetClinic/VetClinicBusinessLogic/Interfaces/IClientStorage.cs +++ b/VetClinic/VetClinicBusinessLogic/Interfaces/IClientStorage.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; using System.Threading.Tasks; using VetClinicBusinessLogic.BindingModels; using VetClinicBusinessLogic.ViewModels;