Exemple #1
0
 public async Task <IActionResult> CountAsync()
 {
     return(Ok(await _dataService.CountAsync()));
 }