Esempio n. 1
0
        public virtual IList <ApiResourceEntity> GetResources(int start, int count, string searchByName)
        {
            var resources = m_apiResourceRepository.GetResources(start, count, searchByName);

            return(resources);
        }