Ejemplo n.º 1
0
 private static function findTblUser(TblUser $tblUser, $tbl_user_id)
 {
     return $tblUser->read(null, $tbl_user_id);
 }