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