예제 #1
0
 public void Initialisation()
 {
     _moteur = new Mock <Imoteur>();
 }
예제 #2
0
 public voiture(Imoteur moteur, Iroue roue)
 {
 }