示例#1
0
 public Repository()
 {
     this.db = new Database_Context();
 }
 public Unit_Of_Works()
 {
     db = new Database_Context();
 }