Upload files to 'ShipyardContracts/StorageContracts'
This commit is contained in:
parent
18fe17e705
commit
789d3b3627
14
ShipyardContracts/StorageContracts/IBackUpInfo.cs
Normal file
14
ShipyardContracts/StorageContracts/IBackUpInfo.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ShipyardContracts.StorageContracts
|
||||
{
|
||||
public interface IBackUpInfo
|
||||
{
|
||||
List<T>? GetList<T>() where T : class, new();
|
||||
Type? GetTypeByModelInterface(string modelInterfaceName);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user