Ejemplo n.º 1
0
 public async Task <Product> GetProduct(Guid id)
 {
     return(await storage.GetProduct(id));
 }