Ejemplo n.º 1
0
 protected BaseContextRepository(IDBFactory dbFactory)
 {
     db = dbFactory.Create();
 }