Exemplo n.º 1
0
 public ProducerService(DALFacade facade)
 {
     _facade = facade;
     _conv   = new ProducerConverter();
 }