Exemple #1
0
 public AnuncioInsertDTO GetAnuncioInsertDTO(Guid marcaKey, Guid modeloKey)
 {
     return(_mockBuilder.BuilderAnuncioInsertDTO(marcaKey, modeloKey));
 }