Example #1
0
 public Stand()
 {
     Photo    = new PhotoInfo();
     Exhibits = new List <Exhibit>();
 }
Example #2
0
 public Hall()
 {
     Photo  = new PhotoInfo();
     Stands = new List <Stand>();
 }