Esempio n. 1
0
 public LoginViewModel(IEventAggregator eventAggregator, AccountServiceProxy accountService)
 {
     this.eventAggregator = eventAggregator;
     this.accountService  = accountService;
 }
 public ChangePasswordViewModel(AccountServiceProxy service)
 {
     this.service = service;
 }
Esempio n. 3
0
 public ShellViewModel(IEventAggregator eventAggregator, AccountServiceProxy service)
 {
     this.eventAggregator = eventAggregator;
     this.service         = service;
 }