Exemplo n.º 1
0
 public IActionResult GetAllForOrder(int orderId)
 {
     return(Ok(_repo.GetAllForOrder(orderId)));
 }