public ProductController(IVendingSupervisor vendingSupervisor) { _vendingSupervisor = vendingSupervisor; }
public CoinController(IVendingSupervisor vendingSupervisor) { _vendingSupervisor = vendingSupervisor; }