Example #1
0
 public MainOperation(FreeLanceZoneDbContext ctx)
 {
     this.ctx = ctx;
     table    = ctx.Set <T>();
 }