Beispiel #1
0
 public List <VentaDTO> listar()
 {
     return(dal.listar());
 }