コード例 #1
0
ファイル: UnitTest1.cs プロジェクト: large-systems/backend
 public void FindBookingsTest()
 {
     Assert.Greater(0, hotelsystem.FindBookings(12345678).Count);
 }