コード例 #1
0
 public EntityContext(UnicornDBContext ctx)
 {
     _ctx = ctx;
     _set = ctx.Set <T>();
 }