Exemple #1
0
 public ClotheManager(IClotheDal clotheDal)
 {
     _clotheDal = clotheDal;
 }
Exemple #2
0
 public ClotheManager(IClotheDal clothe)
 {
     _clothe = clothe;
 }