Exemplo n.º 1
0
 public VentasB(VentasR ventasRepo)
 {
     ventasR = ventasRepo;
 }
Exemplo n.º 2
0
 public VentasB()
 {
     ventasR = new VentasR();
 }