matthewschrager / Repository

A generic implementation of the repository pattern in C#.
199 stars 75 forks source link

InMemoryRespository not working #10

Open has-taiar opened 9 years ago

has-taiar commented 9 years ago

Saving items into the InMemoryRepository and then trying to access them seems to always return null. Plus, the Items object on the repository is always empty too.