示例#1
0
 public EFUnitOfWork(CoolDbContext context)
 {
     _context = context;
 }