Example #1
0
 public static List <Cliente> ListarComprasXCliente()
 {
     return(PersistenciaCliente.ListarComprasXCliente());
 }