コード例 #1
0
ファイル: CityTest.cs プロジェクト: eliseylenore/airline
 public void Dispose()
 {
     Flight.DeleteAll();
     City.DeleteAll();
 }