Ejemplo n.º 1
0
        public string InsertDCRLockLeave(string lockedDates)
        {
            string result = _objSPData.InsertDCRLockLeave(lockedDates);

            return(result);
        }