Exemplo n.º 1
0
 public MainViewModel(IFirstControlViewModel firstControlViewModel,
                      ISecondControlViewModel secondControlViewModel,
                      IThirdViewModel thirdViewModel)
 {
     this.FirstControlViewModel  = firstControlViewModel;
     this.SecondControlViewModel = secondControlViewModel;
     this.ThirdViewModel         = thirdViewModel;
 }
Exemplo n.º 2
0
 public SecondVieModel(IThirdViewModel thirdViewModel) => this.ThirdViewModel = thirdViewModel;