示例#1
0
 public int ModificarVentas(Ventas pEN)
 {
     return(_dal.ModificarVentas(pEN));
 }