예제 #1
0
 function getActesDiagnostics()
 {
     $this->defineParamCCAM();
     $cotationActes = new clCCAMCotationActesDiags($this->paramCCAM);
     return $cotationActes->cotationActes();
 }