🔒 Closed How to use class as Log as method in c#?

Status
Not open for further replies.

PHC_Shion

Forum Veteran
C#:
 user.Add(new Account()

            {
                AccountsNumber = "000001",
                AccountPin = "123456",
                Lastname = "bayola",
                Firstname = "wally",
                AccountBalance = "55000"
            });

            user.Add(new Account()
            {
                AccountsNumber = "000002",
                AccountPin = "654321",
                Lastname = "revilla",
                Firstname = "bong",
                AccountBalance = "1055000"
            });


            user.Add(new Account()
            {
                AccountsNumber = "000003",
                AccountPin = "789123",
                Lastname = "manalo",
                Firstname = "jose",
                AccountBalance = "1000000"
            });



        }
 
Status
Not open for further replies.

About this Thread

  • 0
    Replies
  • 485
    Views
  • 1
    Participants
Last reply from:
PHC_Shion

Trending Topics

Online now

Members online
1,236
Guests online
1,463
Total visitors
2,699

Forum statistics

Threads
2,287,342
Posts
29,044,002
Members
1,216,478
Latest member
kirolololol
Back
Top