Sign in
apache
/
struts-archive
/
5158776f5f7310821330137311880c8edb969f0e
/
.
/
struts-sandbox
/
overdrive
/
Nexus
/
Core
/
IRequestChain.cs
blob: a8e1036c2737b51bf84f05c40886c7a8ff43405c [
file
] [
log
] [
blame
]
using
Agility
.
Core
;
namespace
Nexus
.
Core
{
/// <summary>
/// Composite IChain and IRequestCommand.
/// </summary>
public
interface
IRequestChain
:
IChain
,
IRequestCommand
{
}
}