Exemple #1
0
 public static bool DeletePlane(IPlane plane)
 {
     return(_dao.DeletePlane(plane));
 }