Accounts_Descriptors.cs 289 B

123456789101112
  1. using InABox.Core;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Text;
  5. namespace Comal.Classes
  6. {
  7. [Caption("Open and Close Purchase Orders")]
  8. public class CanOpenAndClosePurchaseOrders : EnabledSecurityDescriptor<AccountsPayableLicense, Assignment>
  9. {
  10. }
  11. }