コード例 #1
0
 public ChangePasswordViewModel(AccountServiceProxy service)
 {
     this.service = service;
 }
コード例 #2
0
 public LoginViewModel(IEventAggregator eventAggregator, AccountServiceProxy accountService)
 {
     this.eventAggregator = eventAggregator;
     this.accountService = accountService;
 }