Esempio n. 1
0
 public ComboController(IComboRestauranteRepository comboRestauranteRepository)
 {
     this.comboRestauranteRepository = comboRestauranteRepository;
 }
Esempio n. 2
0
 public ComboController()
 {
     this.comboRestauranteRepository = new ComboRestauranteRepository(new CibusDB2Entities());
 }