Beispiel #1
0
 public void TestCreateSeatId(string seatcode, int seatId)
 {
     Assert.AreEqual(seatId, Day5.CreateSeatId(seatcode));
 }