Example #1
0
 public async Task <IActionResult> GetTodaysSmsesAsync()
 {
     return(Ok(await _smsRepository.GetTodaysSmsesAsync()));
 }