перерыффчик
This commit is contained in:
parent
ab12dc2571
commit
2f61afb634
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user