コード例 #1
0
        public List <string> GetAllDriverInfo_NotMappedSFDC()
        {
            DBAction dba = new DBAction(_integrationAppSettings);

            return(dba.GetDriverInformationIsnotMappedSFDC());
        }