コード例 #1
0
 //[Cached(600)]
 public async Task <IActionResult> GetAll()
 {
     return(Ok(await _recordTempService.GetTempRecords()));
 }