예제 #1
0
 public void Incluir(CardapioViewModel entity)
 {
     _repo.Incluir(_mapper.Map <Cardapio>(entity));
 }
예제 #2
0
 public void Alterar(CardapioViewModel entity)
 {
     _repo.Alterar(_mapper.Map <Cardapio>(entity));
 }