コード例 #1
0
 public ProductModel(ColorValue color, ModelType type, DateValue createdAt, DateValue updatedAt)
 {
     Color     = color.Value();
     Type      = type.Value();
     CreatedAt = createdAt.Value();
     UpdatedAt = updatedAt.Value();
 }