Table of Contents

Interface IDataStore<T>

Namespace
Savvyio.Data
Assembly
Savvyio.Core.dll

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.