Ejemplo n.º 1
0
 public function getShippingById($id)
 {
     return $this->_shippingModel->getById($id);
 }