示例#1
0
 public void RestarExistencia()
 {
     foreach (var Linea in LineasDeVenta)
     {
         Linea.RestarExistencia();
     }
 }