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