namespace GiftShopContracts.StoragesContracts { public interface IBackUpInfo { List? GetList() where T : class, new(); Type? GetTypeByModelInterface(string modelInterfaceName); } }