Skip to content

Commit 9f632f4

Browse files
Update sample-applications/blazor-financial-dashboard/BlazorFinancialDashboard/Services/PaymentMethodService.cs
Co-authored-by: Yanislav Ivanov <93312843+yanisslav@users.noreply.github.com>
1 parent 6ef57ea commit 9f632f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-applications/blazor-financial-dashboard/BlazorFinancialDashboard/Services/PaymentMethodService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private List<PaymentMethod> GenerateData()
2626
}
2727

2828
public PaymentMethodService()
29-
{
29+
{
3030
Data ??= GenerateData();
3131
}
3232
}

0 commit comments

Comments
 (0)