Exemplo n.º 1
0
 public UnitOfWork()
 {
     this.db = new Context();
 }
Exemplo n.º 2
0
 public Proxy()
 {
     this.db = new Context();
 }