Esempio n. 1
0
 public async Task <BlobFileDto[]> GetAllItemPic([FromRoute] int id)
 {
     return(await ItemAppService.GetAllItemPic(id));
 }