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

            return(countrows);
        }