public PatientCommentDto CreatePatientComment(long patientId, PatientCommentDto comment) { throw new NotImplementedException(); }
public bool UpdateRequestAppointment(AppointmentResourcePatientDto patient, RequestAppointmentDto reqAppt, PatientCommentDto comment, PatientAuthorizationDto authorizationWallet) { throw new NotImplementedException(); }