コード例 #1
0
ファイル: AccountRepository.cs プロジェクト: jyotiDM/Neela
 public async Task <Tuple <string, bool> > SendPasswordResetLink(string userName)
 {
     return(await _accountData.SendPasswordResetLink(userName));
 }