Exemplo n.º 1
0
 public static ProducerInfo GetProducerById(int producerId)
 {
     return(dal.GetProducerById(producerId));
 }