예제 #1
0
 public VentasB(VentasR ventasRepo)
 {
     ventasR = ventasRepo;
 }
예제 #2
0
 public VentasB()
 {
     ventasR = new VentasR();
 }