blob: a8e1036c2737b51bf84f05c40886c7a8ff43405c [file] [log] [blame]
using Agility.Core;
namespace Nexus.Core
{
/// <summary>
/// Composite IChain and IRequestCommand.
/// </summary>
public interface IRequestChain : IChain, IRequestCommand
{
}
}