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