Пример #1
0
 public static IReversibleCommand <IOSPSuiteExecutionContext> ExecuteAndInvokeInverse(this IReversibleCommand <IOSPSuiteExecutionContext> command, IOSPSuiteExecutionContext context)
 {
     command.Execute(context);
     return(command.InvokeInverse(context));
 }
 public static ICommand <IMoBiContext> ExecuteAndInvokeInverse(this IReversibleCommand <IMoBiContext> command, IMoBiContext context)
 {
     command.Execute(context);
     return(command.InvokeInverse(context));
 }