Beispiel #1
0
 public IEnumerable <Produto> BuscarComImagemById(int id)
 {
     return(_produtoService.BuscarComImagemById(id));
 }