Exemplo n.º 1
0
 public static function findById($id)
 {
     return OrderItem::findById($id);
 }