foreach (var i in stylists)
{
Console.WriteLine(i.FirstName + " " + i.LastName);
}
solved how to write certain variables in a list to the console C# [closed]
foreach (var i in stylists)
{
Console.WriteLine(i.FirstName + " " + i.LastName);
}
solved how to write certain variables in a list to the console C# [closed]