namespace Demo.Domain.UseCase { public interface IAdminUseCase{ bool ExcelExport(int groupID); } }