перерыффчик

This commit is contained in:
malimova 2024-06-02 22:46:22 +04:00
parent ab12dc2571
commit 2f61afb634

View File

@ -1,4 +1,5 @@
using System; using ConfectioneryContracts.StoragesContracts;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
@ -6,7 +7,7 @@ using System.Threading.Tasks;
namespace ConfectioneryListImplement.Implements namespace ConfectioneryListImplement.Implements
{ {
public class BackUpInfo public class BackUpInfo : IBackUpInfo
{ {
public List<T>? GetList<T>() where T : class, new() public List<T>? GetList<T>() where T : class, new()
{ {