Esempio n. 1
0
 public ClothesMainEntityConverter(IGenderEntityConverter genderEntityConverter,
                                   IClothesTypeEntityConverter clothesTypeEntityConverter,
                                   IColorClothesEntityConverter colorClothesEntityConverter,
                                   ISizeGroupMainEntityConverter sizeGroupMainEntityConverter,
                                   IClothesImageEntityConverter clothesImageEntityConverter)
 {
     _genderEntityConverter        = genderEntityConverter;
     _clothesTypeEntityConverter   = clothesTypeEntityConverter;
     _colorClothesEntityConverter  = colorClothesEntityConverter;
     _sizeGroupMainEntityConverter = sizeGroupMainEntityConverter;
     _clothesImageEntityConverter  = clothesImageEntityConverter;
 }
 public CategoryClothesTypeEntityConverter(IClothesTypeEntityConverter clothesTypeEntityConverter)
 {
     _clothesTypeEntityConverter = clothesTypeEntityConverter;
 }