public IActionResult AdminGetDetailBillById(int id) { return(Ok(_billAppService.GetDetailBillById(id))); }