foreach (SinhVien s in QuanLySinhVien.DanhSachSinhVien) { Console.WriteLine("ID: " + s.MMaSV); Console.WriteLine("Name: " + s.HoTen1); Console.WriteLine("Birthdate: "); s.NgaySinh1.ShowBirthdate(); Console.WriteLine("Address:
Leave a comment: