Exemplo n.º 1
0
 public IActionResult AdminGetDetailBill(int id)
 {
     return(Ok(_billAppService.GetDetailsBill(id)));
 }