Example #1
0
 /**
  * @param Service $service
  * @return $this
  */
 public function addService(Service $service)
 {
     $service->addQuotation($this);
     $this->service->add($service);
     return $this;
 }