Exemple #1
0
 public Task <bool> IsKnownIdAsync(int id)
 {
     return(service.IsKnownIdAsync(id));
 }