コード例 #1
0
ファイル: AircraftController.cs プロジェクト: yong-12/flight
 public bool Delete(int Id)
 {
     return(_aircraftrepository.Remove(Id));
 }