예제 #1
0
 private SimoAutoId(SimoId id)
 {
     Id = id;
 }
예제 #2
0
 public SimoAutoId()
     : this(SimoId.NewId())
 {
 }