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