Commit c91e5b7
authored
account not initialize when using add accounts feature (#157)
Replaced context.AddRange(accounts) with context.Add(account) in a loop to add each account individually before saving changes. This may improve control over entity tracking or validation. Other logic remains unchanged.1 parent 3713fb1 commit c91e5b7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments