コード例 #1
0
        public async Task <IActionResult> GetAll()
        {
            var getitems = await _PictureInfoService.GetAll();

            return(Ok(getitems));
        }