From 2f61afb63460843d05580947146d5c672dbcdc30 Mon Sep 17 00:00:00 2001 From: malimova Date: Sun, 2 Jun 2024 22:46:22 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D1=80=D1=8B=D1=84?= =?UTF-8?q?=D1=84=D1=87=D0=B8=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Confectionery/ConfectioneryListImplement/BackUpInfo.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Confectionery/ConfectioneryListImplement/BackUpInfo.cs b/Confectionery/ConfectioneryListImplement/BackUpInfo.cs index 854cb16..fbfb17d 100644 --- a/Confectionery/ConfectioneryListImplement/BackUpInfo.cs +++ b/Confectionery/ConfectioneryListImplement/BackUpInfo.cs @@ -1,4 +1,5 @@ -using System; +using ConfectioneryContracts.StoragesContracts; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -6,7 +7,7 @@ using System.Threading.Tasks; namespace ConfectioneryListImplement.Implements { - public class BackUpInfo + public class BackUpInfo : IBackUpInfo { public List? GetList() where T : class, new() {