Example #1
0
 public HistoricoVendaService()
 {
     _historicoVendaBS = new HistoricoVendaBS();
 }
 public void Initialize()
 {
     _historicoVendaBS = new HistoricoVendaBS();
 }