Ejemplo n.º 1
0
 public DataSet GetPatientSearchInfo(string type, int orgId, int actionType, int actionId, string pName, string pMobile, string pUhid, string pAppId, string appFromDate, string appToDate, string tName, bool isPageLoad, string statusId, string tId, string pId)
 {
     return(_objAppointmentDAL.GetPatientSearchInfo(type, orgId, actionType, actionId, pName, pMobile, pUhid, pAppId, appFromDate, appToDate, tName, isPageLoad, statusId, tId, pId));
 }