Ejemplo n.º 1
0
 public ProducerViewModel Do(int producerId)
 {
     return(_producerRepository.GetProducerById(producerId, ProducerMapper));
 }