예제 #1
0
 /**
  * @param UserListExport $excel
  *
  * @return mixed
  */
 public function export(UserListExport $excel)
 {
     return $this->r_users->exportUsersListBackEnd($excel);
 }