Example #1
0
 public DetailViewModel(INavigationService navigationService, IHitbtcWebService hitbtcService) : base(navigationService, hitbtcService)
 {
 }
Example #2
0
 public BaseViewModel(INavigationService navigationService, IHitbtcWebService hitbtcService)
 {
     this.navigationService = navigationService;
     this.hitbtcService     = hitbtcService;
 }