Fix Datalayer class hierarchy

Issue #255 closed
Brian Lewis repo owner created an issue

An inconsistency now after EF conversion - there are 2 very similar base classes: DBBase and BaseRespository . Some DBxxx objects derive from each. BaseRepository does more; replace all references to DBBase with this.

Comments (1)

  1. Log in to comment