예제 #1
0
파일: db_lib.php 프로젝트: nchopra/C4G-BLIS
 public function getWorksheetConfig($test_type_id)
 {
     return ReportConfig::getByTestTypeId($this->id, $test_type_id);
 }