Skip to content

Commit 77f6dc2

Browse files
committed
updating BankCustomer class
1 parent 1181c7a commit 77f6dc2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • DownloadableCodeProjects

DownloadableCodeProjects/LP1_classes-properties-methods/Classes_M3/Solution/BankCustomer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public partial class BankCustomer
1111

1212
static BankCustomer()
1313
{
14+
Random random = new Random();
1415
nextCustomerId = random.Next(10000000, 20000000);
1516
}
1617

DownloadableCodeProjects/LP3_reuse-inheritance-polymorphism/Reuse_M1/Starter/BankCustomer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public partial class BankCustomer
1111

1212
static BankCustomer()
1313
{
14+
Random random = new Random();
1415
nextCustomerId = random.Next(10000000, 20000000);
1516
}
1617

0 commit comments

Comments
 (0)