Ejemplo n.º 1
0
 public MotherBoardController(IAllMotherBoard IAllProcessors, IMotherBoardCategory IProcessorCat)
 {
     _allProcessor           = IAllProcessors;
     _allProcessorCategories = IProcessorCat;
 }
 public MotherBoardController(IAllMotherBoards iAllMotherBoards, IMotherBoardCategory iAllCategories)
 {
     _allMotherBoards = iAllMotherBoards;
     _allCategories   = iAllCategories;
 }