示例#1
0
 public GenericRepository(AEW_DEVContext context)
 {
     _Context = context;
     _table   = _Context.Set <T>();
 }
示例#2
0
 public UnitOfWork(AEW_DEVContext context)
 {
     _context = context;
 }