|
1 | 1 | using CommunityToolkit.Mvvm.ComponentModel; |
2 | | -using FinTrack.Models; |
| 2 | +using FinTrack.Models.Dashboard; |
| 3 | +using Microsoft.Extensions.Logging; |
3 | 4 | using System.Collections.ObjectModel; |
4 | | -using System.Windows.Media; |
5 | 5 | using System.Windows; |
6 | | -using Microsoft.Extensions.Logging; |
7 | | -using FinTrack.Models.Dashboard; |
| 6 | +using System.Windows.Media; |
8 | 7 |
|
9 | 8 | namespace FinTrack.ViewModels |
10 | 9 | { |
@@ -89,12 +88,18 @@ private void LoadData() |
89 | 88 | CurrentMembership_DashboardView_Multiple = new MembershipDashboard { Level = "Pro | AKTF", StartDate = "01.01.2025", RenewalDate = "01.02.2025", Price = "9.99$" }; |
90 | 89 |
|
91 | 90 | // [TEST] |
92 | | - CurrentDebt_DashboardView_Multiple = new DebtDashboard |
| 91 | + CurrentDebt_DashboardView_Multiple = new DebtDashboard |
93 | 92 | { |
94 | | - LenderName = "Ali Veli", LenderIconPath = "https://i.pinimg.com/236x/be/a3/49/bea3491915571d34a026753f4a872000.jpg", |
95 | | - BorrowerName = "Ahmet Mehmet", BorrowerIconPath = "https://pbs.twimg.com/profile_images/1144861916734451712/D76C3ugh_400x400.jpg", |
96 | | - Status = "Ödenmemiş", StatusBrush = "StatusGreenBrush", Amount = "1.000$" , |
97 | | - CreationDate = "01.01.2025", DueDate = "01.02.2025", ReviewDate = "01.03.2025" |
| 93 | + LenderName = "Ali Veli", |
| 94 | + LenderIconPath = "https://i.pinimg.com/236x/be/a3/49/bea3491915571d34a026753f4a872000.jpg", |
| 95 | + BorrowerName = "Ahmet Mehmet", |
| 96 | + BorrowerIconPath = "https://pbs.twimg.com/profile_images/1144861916734451712/D76C3ugh_400x400.jpg", |
| 97 | + Status = "Ödenmemiş", |
| 98 | + StatusBrush = "StatusGreenBrush", |
| 99 | + Amount = "1.000$", |
| 100 | + CreationDate = "01.01.2025", |
| 101 | + DueDate = "01.02.2025", |
| 102 | + ReviewDate = "01.03.2025" |
98 | 103 | }; |
99 | 104 |
|
100 | 105 | // [TEST] |
|
0 commit comments