Exemple #1
0
        //[RestAuthenticationAttribute]
        public IEnumerable <SearchTagDataObject> getUserSearchTagsList(CommonRequest request)
        {
            BLUtils utils = new BLUtils();

            return(utils.GetCompanyVehicleTags(5, 10290, true, false).DataTableToList <SearchTagDataObject>());
        }