Esempio n. 1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="p_dtDateFrom"></param>
 /// <param name="p_dtDateTO"></param>
 /// <param name="dtbResult"></param>
 /// <returns></returns>
 public long lngGetAnti(string strTempAntiName, DateTime p_dtDateFrom, DateTime p_dtDateTo, string DeptIdArr, out DataTable dtbResult)
 {
     using (clsHISReportZy_Supported_Svc svc = (clsHISReportZy_Supported_Svc)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(clsHISReportZy_Supported_Svc)))
     {
         return(svc.lngGetAnti(strTempAntiName, p_dtDateFrom, p_dtDateTo, DeptIdArr, out dtbResult));
     }
 }