I have an abstract class RequestScopeContainer
which acts as a temporary data holder for the current request.
public abstract class RequestScopeContainer
{
}
Is possible to tell Ninject
to bind any classes that implements the abstract RequestScopeContainer
class to have the life cycle as Request Scope?