Interface IDataStore<T>
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.
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
T
The type of the DTO.