Beispiel #1
0
 private bool DetailExists(long id)
 {
     return(service.DetailExists(id));
 }