@using Front.Services @using Shared.DTOs @inject HttpClientController hc;
@if (Cus.ID == 0) { } else { @if (_UsedInTheInvoice) { } } @code { // alert AlertColor alertColor = AlertColor.Primary; IconName alertIconName = IconName.CheckCircleFill; bool Hidealert = true; bool _UsedInTheInvoice = false; string alertMessage = ""; [Parameter] public RCustomer Cus { get; set; } public int? ItemSearchCustomertype { get; set; } [Parameter] public EventCallback