Beispiel #1
0
 public VideocardController(IAllVideocards IAllVideocards, IVideoCardCategory IVideoCardCategory)
 {
     _allVideocards           = IAllVideocards;
     _allVideocardsCategories = IVideoCardCategory;
 }
Beispiel #2
0
 public VideoCardController(IAllVideoCards iallVideoCard, IVideoCardCategory iVideoCardCategory)
 {
     _allVideoCard           = iallVideoCard;
     _allVideoCardCategories = iVideoCardCategory;
 }
Beispiel #3
0
 public VideoCardController(IAllVideoCard IAllVideoCards, IVideoCardCategory IVideoCardCat)
 {
     _allVideoCards          = IAllVideoCards;
     _allVideoCardCategories = IVideoCardCat;
 }