Exemplo n.º 1
0
 public EventItem(Guid id, string description, DateTime endTime, DateTime startTime, string subject,
                  EventLocation @where) : base(id)
 {
     Description = description;
     EndTime = endTime;
     StartTime = startTime;
     Subject = subject;
     Where = @where;
 }
Exemplo n.º 2
0
 public EventItem(Guid id, string description, DateTime endTime, DateTime startTime, string subject,
                  EventLocation @where) : base(id)
 {
     Description = description;
     EndTime     = endTime;
     StartTime   = startTime;
     Subject     = subject;
     Where       = @where;
 }
Exemplo n.º 3
0
 public CommitteeMeeting(Guid id, string description, DateTime endTime, DateTime startTime, string subject,
                         EventLocation @where) : base(id, description, endTime, startTime, subject, @where)
 {
 }
Exemplo n.º 4
0
 public CommitteeMeeting(Guid id, string description, DateTime endTime, DateTime startTime, string subject,
                         EventLocation @where) : base(id, description, endTime, startTime, subject, @where)
 {
 }