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

Status
Not open for further replies.

PHC_Shion

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

Trending Topics

Online now

Members online
1,188
Guests online
3,755
Total visitors
4,943

Forum statistics

Threads
2,308,403
Posts
29,184,861
Members
1,191,973
Latest member
nighaman
Back
Top