예제 #1
0
 public Repository(FinalContext ctx)
 {
     context = ctx;
     dbset   = context.Set <T>();
 }
예제 #2
0
 public FinalUnitOfWork(FinalContext ctx) => context = ctx;