Beispiel #1
0
        public IActionResult GetTotalCount(string key, string Date, string CaBh)
        {
            int tolacount = dal.getTotalCount(GetCond(key, Date, CaBh));

            return(Content(tolacount.ToString()));
        }
Beispiel #2
0
        public IActionResult GetTotalCount(string key, string start, string end, string type)
        {
            int tolacount = dal.getTotalCount(GetCond(key, start, end, type));

            return(Content(tolacount.ToString()));
        }