The Repository Design Pattern in C# mediates between the domain and the data mapping layers using a collection-like interface for accessing the domain objects.
The Repository Design Pattern in C# mediates between the domain and the data mapping layers using a collection-like interface for accessing the domain objects.