예제 #1
0
 public AnuncioUpdateDTO UpdateAnuncioDTO(Anuncio anuncio)
 {
     return(_mockBuilder.BuilderUpdateAnuncioDTO(anuncio));
 }