예제 #1
0
        //获取图片
        public async Task <Rootobject> GetAllAsync()
        {
            var rootobject = await _context.picture();

            return(rootobject);
        }