コード例 #1
0
 public async Task <IActionResult> Step2(IApplicationStep2Model model)
 {
     return(await DoStep(_step2, new Step2Command(model), model));
 }
コード例 #2
0
 public Step2Command(IApplicationStep2Model model)
 {
 }