Example #1
0
 public IActionResult GetByItemId([FromBody] int id)
 {
     return(Ok(_shippingRepository.GetByItemId(id)));
 }