Exemplo n.º 1
0
 public function obtenerAsistente(Request $request)
 {
     $experience = new asistenteDoctorModel();
     $response = $experience->obtenerAsistente($request);
     return $response;
 }