Пример #1
0
 public IActionResult AdminGetDetailBillById(int id)
 {
     return(Ok(_billAppService.GetDetailBillById(id)));
 }