Ejemplo n.º 1
0
 public byte UltimoEstadoPedido(int idPedido)
 {
     return(dp.UltimoEstadoPedido(idPedido));
 }