SupplierIntegrationSource.cs 213 B

123456789
  1. using InABox.Core;
  2. namespace Comal.Classes
  3. {
  4. [Caption("Integrations")]
  5. public class SupplierIntegrationSource : BaseIntegrationSource<Supplier,SupplierLink>, ILicense<AccountsPayableLicense>
  6. {
  7. }
  8. }