コード例 #1
0
 public SqlRepository(AppCtx ctx)
 {
     Context = ctx;
     DbSet   = ctx.Set <T>();
 }