Пример #1
0
 public Repository()
 {
     this.db = new Database_Context();
 }
Пример #2
0
 public Unit_Of_Works()
 {
     db = new Database_Context();
 }