Example #1
0
 public async Task <Produto> GetProduto(int id)
 {
     return(await _storage.GetProduto(id));
 }