예제 #1
0
 public DataTable GetPatientReference(int patientId, int organizationId)
 {
     return(_objAppointmentDAL.GetPatientReference(patientId, organizationId));
 }