Ejemplo n.º 1
0
 public CollocationSkusModel()
 {
     Color   = new CollectionSKU();
     Size    = new CollectionSKU();
     Version = new CollectionSKU();
 }
Ejemplo n.º 2
0
 public ProductShowSkuInfoModel()
 {
     Color   = new CollectionSKU();
     Size    = new CollectionSKU();
     Version = new CollectionSKU();
 }