Пример #1
0
 public void GetReservationByNrTest()
 {
     Assert.AreEqual(reservationDto.ToString(), Target.GetReservationByNr(1).ToString());
 }