Linq IRepository
Linq IRepository
Summary
For testability, SubSonic 3.0 now includes an IRepository
interface that you can extend via T4 Templates. The Repository is pretty straightforward:
public interface IRepository
For testability, SubSonic 3.0 now includes an IRepository
interface that you can extend via T4 Templates. The Repository is pretty straightforward:
public interface IRepository