Пример #1
0
 public Exemplar(ExemplarIdentifier id)
 {
     Id = id;
 }
 public By(ExemplarIdentifier id)
 {
     _id = id;
 }