Ejemplo n.º 1
0
 private async Task <bool> RecordExists(int id)
 {
     return(await _recordService.Exists(e => e.RecordId == id));
 }