// Copyright (c) 2025-2026 GeWuYou // SPDX-License-Identifier: Apache-2.0 namespace GFramework.Core.Tests.Ioc; /// /// 次级兼容别名接口。 /// public interface ISecondaryAliasService : ISharedAliasService;