Exemplo n.º 1
0
 public async void OnGetAddToBasketAsync()
 {
     await _communicationservice.AddToBasket(u.UserID, id);
 }