queue_factory.rb 99 B

1234567
  1. module Import
  2. module OTRS
  3. module QueueFactory
  4. extend Import::Factory
  5. end
  6. end
  7. end