IAwgDiscount.cs 124 B

1234567
  1. namespace InABox.Integration.Awg
  2. {
  3. public interface IAwgDiscount : IIntegrationDiscount, IAwgItem
  4. {
  5. }
  6. }