예제 #1
0
 public VentaDTO buscar(int id)
 {
     return(dal.buscar(id));
 }