Ejemplo n.º 1
0
 public GenericRepository(VBooksDBContext ctx)
 {
     this.Db = ctx;
 }
Ejemplo n.º 2
0
 public GenericRepository()
 {
     this.Db = new VBooksDBContext();
 }