Example #1
0
 public DataTable GetAllDoctorServiceById(int organizationId)
 {
     return(_objOrganizationDAL.GetAllDoctorServiceById(organizationId));
 }