Table of Contents

IDataStore<T> Interface

Definition

Namespace
Savvyio.Data
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Data/IDataStore.cs

A marker interface that specifies an abstraction of data persistence based on the Data Access Object pattern aka DAO.

public interface IDataStore<in T> where T : class

Type Parameters

T

The type of the DTO.