예제 #1
0
 public DataTable GetDoctorServiceSessionByOrganizationId(int doctorserviceId, int type)
 {
     return(_objOrganizationDAL.GetDoctorServiceSessionByOrganizationId(doctorserviceId, type));
 }