Пример #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;
 }
Пример #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;
 }
Пример #3
0
 public CommitteeMeeting(Guid id, string description, DateTime endTime, DateTime startTime, string subject,
                         EventLocation @where) : base(id, description, endTime, startTime, subject, @where)
 {
 }
Пример #4
0
 public CommitteeMeeting(Guid id, string description, DateTime endTime, DateTime startTime, string subject,
                         EventLocation @where) : base(id, description, endTime, startTime, subject, @where)
 {
 }