Exemplo n.º 1
0
        protected async Task ApproveIt(MouseEventArgs args)
        {
            await ReportService.ApproveIt(ContractNumber, DateTime.Parse(ArrivalYearAndMonth));

            ReportTableByPeriod = await ReportService.GetProviderDetailsTable(ContractNumber, DateTime.Parse(ArrivalYearAndMonth));

            await InvokeAsync(StateHasChanged);
        }