Show / Hide Table of Contents

Namespace GlitchedPolygons.RepositoryPattern

Interfaces

IEntity<T>

Uniquely identifiable entity inside a repository.

IRepository<T1, T2>

Generic repository base interface for holding any type of uniquely identifiable IEntity<T>. Typically used for database access routines.

Back to top Generated by DocFX