public CronTemplate(IList <int> seconds, IList <int> minutes, IList <int> hours, IList <int> daysOfMonth, IList <int> months, IList <int> dayOfWeek) { Seconds.AddRange(seconds); Minutes.AddRange(minutes); Hours.AddRange(hours); DaysOfMonth.AddRange(daysOfMonth); Months.AddRange(months); DaysOfWeek.AddRange(dayOfWeek); }