Exemplo n.º 1
0
 public ProductController(IVendingSupervisor vendingSupervisor)
 {
     _vendingSupervisor = vendingSupervisor;
 }
Exemplo n.º 2
0
 public CoinController(IVendingSupervisor vendingSupervisor)
 {
     _vendingSupervisor = vendingSupervisor;
 }