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