Ejemplo n.º 1
0
 public UnitOfWork(GoldhayAdminContext _context)
 {
     Context = _context;
 }
Ejemplo n.º 2
0
 public Repository(GoldhayAdminContext context)
 {
     Context = context;
     DbSet   = Context.Set <T>();
 }