Exemplo n.º 1
0
 public Repository(SportsProContext ctx)
 {
     context = ctx;
     dbset   = context.Set <T>();
 }
Exemplo n.º 2
0
 public SportsUnitWork(SportsProContext ctx)
 {
     context = ctx;
 }