예제 #1
0
파일: SmsController.cs 프로젝트: litesz/WFw
 public async Task <IActionResult> GetNum()
 {
     return(Ok(await client.GetMessageRemaining()));
 }