Ejemplo n.º 1
0
        public int GetConnectLogCount(string dept_ref_id, string emp_name, string start_dt, string end_dt)
        {
            MicroBSC.Integration.CTL.Dac.Dac_Ctl_Common dacCtlCommon = new MicroBSC.Integration.CTL.Dac.Dac_Ctl_Common();
            int cnt;

            cnt = dacCtlCommon.SelectConnectLogCount(dept_ref_id, emp_name, start_dt, end_dt);

            return(cnt);
        }