public Sessie(String name, String desc, DateTime dayStarted, Boolean isDayEducation, Boolean hasFeedback, ICollection <Group> groups, BoB bob) : this() { this.Name = name; this.Desc = desc; this.DayStarted = dayStarted; this.IsDayEducation = isDayEducation; this.HasFeedback = hasFeedback; this.IsActive = false; this.Groups = groups; this.Box = bob; }
public Sessie(String name, String desc, DateTime dayStarted, Boolean isDayEducation, Boolean hasFeedback, IEnumerable <Group> groups, BoB bob) : this() { }