Base solution for your next web application
Open Closed

Question about the EventCloud Sample Application #845


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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>