예제 #1
0
 /**
  * Delete the plot data
  *
  * @param Plot $plot
  * @return bool
  */
 public function disposePlot(Plot $plot)
 {
     return $this->dataProvider->deletePlot($plot);
 }