Exemplo n.º 1
0
 public void Update(PromoDTO dto)
 {
     repository.Update(mapper.Map <Promo>(dto));
 }