Ejemplo n.º 1
0
 public Boolean Contains(int idOfAppointment)
 {
     return(_ratingService.Contains(idOfAppointment));
 }