コード例 #1
0
 public function updateProfile($user_id, $data_update)
 {
     return $result = UserFacade::updateProfile($user_id, $data_update);
 }