Esempio n. 1
0
 public bool Exists(int id)
 {
     return(service.Exists(id));
 }