PendingQueue.cs 127 B

123456
  1. namespace Quadarax.Application.QLiberace.Processor.Entities
  2. {
  3. public class PendingQueue : BaseQueue
  4. {
  5. }
  6. }