Beispiel #1
0
 public Product(string name)
 {
     Name = name;
     Id   = ProductId.NewId();
 }