Пример #1
0
        public List <Photo> SearchPhotos(string photoSearchText, int userId)
        {
            List <Photo> res1 = _context.SearchPhotos(photoSearchText, userId);

            return(res1);
        }