Exemplo n.º 1
0
 public MenuPageViewModel(IMasterNavigationService masterNavigationService, IPersistenceService persistenceService)
 {
     _masterNavigationService = masterNavigationService;
     _persistenceService      = persistenceService;
     facebookService          = new FacebookService();
 }
Exemplo n.º 2
0
 public HomePageViewModel(IMasterNavigationService masterNavigationService)
 {
     _masterNavigationService = masterNavigationService;
 }
Exemplo n.º 3
0
 public ReservationViewModel(IMasterNavigationService masterNavigationService)
 {
     _masterNavigationService = masterNavigationService;
 }
Exemplo n.º 4
0
 public LoginViewModel(IMasterNavigationService masterNavigationService, IPersistenceService persistenceService)
 {
     _masterNavigationService = masterNavigationService;
     _persistenceService      = persistenceService;
 }