예제 #1
0
 public function removeNetInfo(\Entities\NetInfo $netInfo)
 {
     $this->__load();
     return parent::removeNetInfo($netInfo);
 }