コード例 #1
0
 public async Task <JsonResult <ImgModel> > GetImgById(string img_id)
 {
     return(Json(await services.GetImgById(img_id)));
 }