Ejemplo n.º 1
0
 public ClothesTypeController(IBLLClothesType _bLLClothesType)
 {
     bLLClothesType = _bLLClothesType;
 }
Ejemplo n.º 2
0
 public FiveSister(IBLLClothesBrand _bll, IBLLClothesType _bLLClothesType)
 {
     bll            = _bll;
     bLLClothesType = _bLLClothesType;
 }