Exemplo n.º 1
0
 public FinalContextRepo(FinalContext c)
 {
     context = c;
     dbSet   = context.Set <TEntity>();
 }
Exemplo n.º 2
0
 public GoatRepository(FinalContext c)
 {
     context = c;
 }