Exemplo n.º 1
0
 public BurgersController(BurgersService burgersService, CombosService comboService)
 {
     _burgerService = burgersService;
     _comboService  = comboService;
 }
Exemplo n.º 2
0
 public CombosController(CombosService combosService)
 {
     _combosService = combosService;
 }