Пример #1
0
 public IEnumerable <PratosIngredientesViewModel> Get()
 {
     return(_repo.SelecionarTodos());
 }
 public List <PratosIngredientesViewModel> Delete(int id)
 {
     _app.Excluir(id);
     return(_app.SelecionarTodos());
 }