예제 #1
0
 public GenericRepository(VBooksDBContext ctx)
 {
     this.Db = ctx;
 }
예제 #2
0
 public GenericRepository()
 {
     this.Db = new VBooksDBContext();
 }