Exemple #1
0
 public ClothesTypeController(IBLLClothesType _bLLClothesType)
 {
     bLLClothesType = _bLLClothesType;
 }
 public FiveSister(IBLLClothesBrand _bll, IBLLClothesType _bLLClothesType)
 {
     bll            = _bll;
     bLLClothesType = _bLLClothesType;
 }