Exemple #1
0
 public async Task CancelMessage(int msgId)
 {
     await _smsService.CancelAsync(msgId);
 }