Esempio n. 1
0
 private bool RentalCompanyExists(int id)
 {
     return(service.RentalCompanyExists(id));
 }