コード例 #1
0
 public async Task <IHttpActionResult> countBanks()
 {
     return(Ok(await _statusService.CountUserMenuAsync()));
 }