public EFUnitOfWork(LotteryManageDbContext context)
 {
     this._context = context;
 }
示例#2
0
 public EFRepository(LotteryManageDbContext context)
 {
     _context = context;
 }