예제 #1
0
 public Repository()
 {
     this.db = new Database_Context();
 }
예제 #2
0
 public Unit_Of_Works()
 {
     db = new Database_Context();
 }