Exemple #1
0
        public void PRC_GET_DATE_TOTAL(string startDate, string endDate, ref DataTable dt)
        {
            BaseResponse resp = new BaseResponse();

            _supportRepository.PRC_GET_DATE_TOTAL(startDate, endDate, ref dt);
            // return resp;
        }