Exemplo n.º 1
0
 public void Incluir(CardapioViewModel entity)
 {
     _repo.Incluir(_mapper.Map <Cardapio>(entity));
 }
Exemplo n.º 2
0
 public void Alterar(CardapioViewModel entity)
 {
     _repo.Alterar(_mapper.Map <Cardapio>(entity));
 }