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