示例#1
0
 public UnitOfWork(QLKhoDbContext _context)
 {
     context = _context;
 }
示例#2
0
 public Repository(QLKhoDbContext context)
 {
     _context = context;
 }