예제 #1
0
 public IEnumerable <IResult> ShowAbout()
 {
     yield return(resultFactory.ShowDialogResult <AboutViewModel>());
 }