public CronItemCacheController(DECronEngine owner) { this.owner = owner ?? throw new ArgumentNullException(nameof(owner)); owner.RegisterList(Id, this, true); } // ctor
public CronItemCacheController(DECronEngine owner) { this.owner = owner; owner.RegisterList(Id, this, true); } // ctor