Exemplo n.º 1
0
 public EventDay(string name)
 {
     BoothMap      = new BoothMap();
     Registrations = new List <Registration>();
     Name          = name;
 }
Exemplo n.º 2
0
 public EventDay()
 {
     BoothMap      = new BoothMap();
     Registrations = new List <Registration>();
     Name          = "";
 }