Esempio n. 1
0
 public async Task UpdateComment(int orderItemId, string comment)
 {
     await client.UpdateComment(orderItemId, comment, ControllerHelper.GetCurrentUserId());
 }