Exemplo n.º 1
0
 public StationFacility()
 {
     Accesses      = new List <Access>();
     DbTableMenage = new OneValueDBMenage <StationFacility>(this);
     Value         = string.Empty;
 }
Exemplo n.º 2
0
 public IssuingAuthority()
 {
     Documents     = new List <Document>();
     DbTableMenage = new OneValueDBMenage <IssuingAuthority>(this);
     Value         = string.Empty;
 }