ticket_factory.rb 100 B

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