public EFUnitOfWork(LotteryManageDbContext context) { this._context = context; }
public EFRepository(LotteryManageDbContext context) { _context = context; }