Esempio n. 1
0
 public function exists($customer_id)
 {
     return ["exists" => Customer::exists($customer_id)];
 }