using Volo.Abp.Application.Services; namespace KonSoft.Admin.IApplicationServices; public interface IWorkerAppService : IApplicationService { }