示例#1
0
 public void DeleteReclamation(int id)
 {
     try
     {
         db.DeleteReclamation(id);
     }
     catch (Exception ex)
     {
         RDL.Debug.LogError(ex);
     }
 }