예제 #1
0
 public PhonesController(IAllPhones iAllPhones, IPhonesCategory iPhonesCategories)
 {
     _allPhones        = iAllPhones;
     _phonesCategories = iPhonesCategories;
 }
예제 #2
0
 public PhonesController(IAllPhones iAllPhoes, IPhonesCategory iPhonesCategory)
 {
     _allPhones     = iAllPhoes;
     _allCategories = iPhonesCategory;
 }
예제 #3
0
 public PhoneController(IAllPhones _allPhones, IPhonesCategory _phoneCategory)
 {
     this._allPhones     = _allPhones;
     this._phoneCategory = _phoneCategory;
 }