Exemplo n.º 1
0
 public EF_Driving_Licence_Info(byte[] value)
 {
     cardDrivingLicenceInformation = new CardDrivingLicenceInformation(value);
 }
Exemplo n.º 2
0
 public EF_Driving_Licence_Info()
 {
     cardDrivingLicenceInformation = new CardDrivingLicenceInformation();
 }