Пример #1
0
        public List <LicenseInfo> GetAdwenchedSearchLicenseInfo(SearchOption option)
        {
            var result = licenseRepository.GetAdwenchedSearchedInformation(option).ToList();

            return(result);
        }