Esempio n. 1
0
 private async Task <bool> DiseaseExists(int id)
 {
     return(await _diseaseService.ExistsAsync(id));
 }