Пример #1
0
 public string AcceptAppointment(int id)
 {
     return(_appointmentRepository.AcceptAppointment(id));
 }