예제 #1
0
파일: Program.cs 프로젝트: DXet/StoreStory
        public Unit Interrupt(StoreCreatingInterrupterModel input)
        {
            input.Arguments.Cancel(new SomeError());

            return(new Unit());
        }
예제 #2
0
파일: Program.cs 프로젝트: DXet/StoreStory
 public Unit Interrupt(StoreCreatingInterrupterModel input)
 {
     return(new Unit());
 }