Closed VladimirLevchuk closed 10 years ago
Hi. I'd like to make more contracts instead of static classes in order to be able to override them (using dependency injection [in my commits I used "poor man`s DI: DocumentRepository.Current"]) in projects. If you don't want repositories in uSiteBuilder I can move them outside (DocumentTypeManager should be made public to do it).
Hi @VladimirLevchuk,
Thank you for contributing to this project. h5yr!
Regards, Sasa
From my EPiServer and Sitecore experience it's convenient to have abstract API contract to access content items. Although these repositories are not queryable.