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