示例#1
0
        public virtual int GetResourcesCount(string searchByName)
        {
            var resourcesCount = m_apiResourceRepository.GetResourcesCount(searchByName);

            return(resourcesCount);
        }