Ejemplo n.º 1
0
 public function crearNuevo($request)
 {
     $habitacion = habitacionesPerfil::create($request);
     return $habitacion;
 }