0
mfaulcon created
In the EventCloud.EntityFramework project, there are two EventCloudRepositoryBase abstract classes which I think are created by the templating system. No other class inherits from these, as far as I can tell, however; all other repositories are implementing IRepository directly. What is the intended usage of this base class?
1 Answer(s)
-
0
They are base class for your custom repositories. see doc: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/EntityFramework-Integration#DocRepositories">http://www.aspnetboilerplate.com/Pages/ ... positories</a>