Ejemplo n.º 1
0
 public ClientController(IBusEvenement busEvenement)
 {
     _busEvenement = busEvenement;
 }
Ejemplo n.º 2
0
 public CaisseEtatController(IBusEvenement busEvenement)
 {
     _busEvenement = busEvenement;
 }