I was looking at the repository method for an ASP.NET MVC app and noticed a static class wasn\'t used.
repository
ASP.NET
static
Since the repo is CR
CR
Repository pattern increase testability, static classed decreases it.