コード例 #1
0
 public Exemplar(ExemplarIdentifier id)
 {
     Id = id;
 }
コード例 #2
0
 public By(ExemplarIdentifier id)
 {
     _id = id;
 }