Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C# by LOlKEK ( 6 years ago )
var input = int.Parse(Console.ReadLine());
foreach (var band in bandsList)
{
if (input == band.BandId)
{
band.BandInfo(input);
}
}
Revise this Paste