using VberZero.AppService.Workflows; namespace VberAdmin.BaseSystem.Workflows; public interface IWorkflowAppService : IWorkflowAppServiceBase { }