コード例 #1
0
 private bool AppointmentExists(int id)
 {
     return(_appointmentRepository.Any(e => e.Id == id));
 }