コード例 #1
0
 public void TestFindVehicleOk()
 {
     Assert.AreEqual(_reservationAutomobile.Id, dao.Find(_reservationAutomobile.Id).Id);
 }