コード例 #1
0
 private async Task <bool> TimeRecordExists(int id)
 {
     return(await _timeRecordService.Exists(e => e.TimeRecordID == id));
 }