Beispiel #1
0
 public void NuevoCliente(Cliente cliente, List <Producto> precios)
 {
     Repositorio.NuevoCliente(cliente, precios);
 }