Beispiel #1
0
 public ActionResult <string> Get(int id) => Ok(_pictureInfoService.GetPictureInfoById(id));