Exemplo n.º 1
0
 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;
 }
Exemplo n.º 2
0
 public Sessie(String name, String desc, DateTime dayStarted, Boolean isDayEducation, Boolean hasFeedback, IEnumerable <Group> groups, BoB bob) : this()
 {
 }