public ContextRecoveryCommand(Bamboo.Prevalence.ICommand command, System.DateTime dateTime)
 {
     _command  = command;
     _dateTime = dateTime;
 }
		public ContextRecoveryCommand(Bamboo.Prevalence.ICommand command, System.DateTime dateTime)
		{
			_command = command;
			_dateTime = dateTime;			
		}
예제 #3
0
 protected object ExecuteCommand(Bamboo.Prevalence.ICommand command)
 {
     return(_engine.ExecuteCommand(command));
 }