コード例 #1
0
        public static ActiveUsrList GetVennUsrList(string type, DateTime stDate, DateTime edDate)
        {
            DashBoardAnalyzeDAL dal = new DashBoardAnalyzeDAL();

            return(dal.GetUsrListForVenn(type, stDate, edDate));
        }