예제 #1
0
 protected BaseContextRepository(IDBFactory dbFactory)
 {
     db = dbFactory.Create();
 }