using VberZero.AppService.Roles; namespace VberAdmin.BaseSystem.Roles; public interface IRoleAppService : IRoleAppServiceBase { }