Exemplo n.º 1
0
 public ColorDomain(IColorBase color)
     : this(color.Name)
 {
 }
Exemplo n.º 2
0
 public ColorTransfer(IColorBase color)
     : this(color.Name)
 {
 }
Exemplo n.º 3
0
 public ColorEntity(IColorBase color)
     : this(color.Name)
 {
 }