Exemplo n.º 1
0
 public void Imprimir()
 {
     Console.WriteLine("Nombre: {0} Cantidad:{1}", nombre, cantidad + " \nPAGO:" + Precio.total(this));
 }