Ejemplo n.º 1
0
 public async Task PutCartdetail(cartdetailModels cartdetail)
 {
     await _service.UpdateCartdetailAsync(cartdetail);
 }