Esempio n. 1
0
 public PhoneController(IAllPhones iAllPhones, IPhoneCategory iPhoneCategory)
 {
     _allPhones     = iAllPhones;
     _allCategories = iPhoneCategory;
 }
Esempio n. 2
0
 public PhoneController(IAllPhones iPhones, IPhoneCategory iCategory)
 {
     _allCategory = iCategory;
     _allPhones   = iPhones;
 }