implementing-repository-pattern
Implements the Repository pattern with Service Layer for data access abstraction in .NET. Use when separating data access logic from business logic or building testable data layers.
Also installable via skills CLI
npx skills add christian289/dotnet-with-claudecode/data/implementing-repository-pattern
Source
Path:
data/implementing-repository-pattern(main)