コード例 #1
0
 public async Task <ActionResult <int> > GetCount()
 {
     return(Ok(await _suppliersRepository.GetCount()));
 }