예제 #1
0
        public static Int64 CheckReportSnapMonitoringExist(string datefrom, string dateto)
        {
            int countrows = ReportDal.Report_SP_RPT_SNAP_MONITORING_Exist(datefrom, dateto);

            return(countrows);
        }