コード例 #1
0
 public virtual async Task SendPhoneVerificationMessage(string phone, string recipientName, string code, string appTitle)
 {
     await _smsProvider?.SendMessage(string.Format(Resx.AppResources.PhoneVerificationSmsBody, appTitle, code), phone);
 }