Esempio n. 1
0
        public string ReadAuditSeqNumberAfterCheckFinishedDate(string locationCode)
        {
            IRASolarHRMSService HRMSService = new RASolarHRMSService()
            {
            };

            return(HRMSService.ReadAuditSeqNumberAfterCheckFinishedDate(locationCode));
        }