🔒 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
  • 481
    Views
  • 1
    Participants
Last reply from:
PHC_Shion

Online now

Members online
935
Guests online
686
Total visitors
1,621

Forum statistics

Threads
2,276,945
Posts
28,973,258
Members
1,229,658
Latest member
hihiwae
Back
Top