Пример #1
0
        public Unit Interrupt(StoreCreatingInterrupterModel input)
        {
            input.Arguments.Cancel(new SomeError());

            return(new Unit());
        }
Пример #2
0
 public Unit Interrupt(StoreCreatingInterrupterModel input)
 {
     return(new Unit());
 }