Exemplo n.º 1
0
 public static CryptoInfoViewModel LoadCryptoInfoViewModel(ICryptoInfoService cryptoInfoService, ICryptoCurrencyService cryptoCurrencyService)
 {
     if (cryptoInfoViewModel == null)
     {
         cryptoInfoViewModel = new CryptoInfoViewModel(cryptoInfoService, cryptoCurrencyService);
     }
     return(cryptoInfoViewModel);
 }
Exemplo n.º 2
0
 public HomeViewModel(CryptoInfoViewModel cryptoInfoViewModel)
 {
     CryptoInfoViewModel = cryptoInfoViewModel;
 }