コード例 #1
0
 public async Task <Produto> ObterProduto(string id)
 {
     return(await _storage.ObterProdutoAsync(id));
 }