Exemplo n.º 1
0
 public void AddMotherboard(List <MotherBoard> motherboard)
 {
     foreach (MotherBoard m in motherboard)
     {
         MotherBoard.Add(m);
     }
 }
Exemplo n.º 2
0
 public void AddMotherboard(MotherBoard motherboard)
 {
     MotherBoard.Add(motherboard);
 }