コード例 #1
0
ファイル: BL.cs プロジェクト: Piotrek199612/pw_project
 public static bool DeletePlane(IPlane plane)
 {
     return(_dao.DeletePlane(plane));
 }