IVberStepBodyConfiguration.cs 215 B

1234567891011
  1. using Abp.Collections;
  2. namespace VberZero.Workflow.StepBodies;
  3. public interface IVberStepBodyConfiguration
  4. {
  5. /// <summary>
  6. ///
  7. /// </summary>
  8. ITypeList<VberStepBodyProvider> Providers { get; }
  9. }