Class SmsSenderExtensions
Inherited Members
Namespace: Volo.Abp.Sms
Assembly: Volo.Abp.Sms.dll
Syntax
public static class SmsSenderExtensions
Methods
SendAsync(ISmsSender, string, string)
Declaration
public static Task SendAsync(this ISmsSender smsSender, string phoneNumber, string text)
Parameters
| Type | Name | Description |
|---|---|---|
| ISmsSender | smsSender | |
| string | phoneNumber | |
| string | text |
Returns
| Type | Description |
|---|---|
| Task |