Exemplo n.º 1
0
 public function __construct($zipCode = null, $city = null, $type = null)
 {
     parent::__construct('feasibility');
     $this->zipCode = $zipCode;
     $this->city = $city;
     $this->type = $type;
 }
Exemplo n.º 2
0
 public function __construct($zipCode = null, $city = null)
 {
     parent::__construct('dropOffPoints');
     $this->zipCode = $zipCode;
     $this->city = $city;
 }
Exemplo n.º 3
0
 public function __construct($department = null)
 {
     parent::__construct('tntDepots');
     $this->department = $department;
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct('expeditionCreation');
 }