Example #1
0
 public static function GetById($productId)
 {
     return Product::find_by_product_id($productId);
 }