示例#1
0
 public BaseRepository()
 {
     context    = new ZFDBContext();
     this.dbSet = this.context.Set <T>();
 }