Пример #1
0
 public int AgregarVentas(Ventas pEN)
 {
     return(_dal.AgregarVenta(pEN));
 }