public Step1Command(IApplicationStep1Model model)
 {
 }
Example #2
0
 public async Task <IActionResult> Step1(IApplicationStep1Model model)
 {
     return(await DoStep(_step1, new Step1Command(model), model));
 }