Exemple #1
0
 public Task <bool> ChangePassword(Account account)
 {
     return(provider.ChangePassword(account));
 }