Example #1
0
 public static Int32 DeleteIncidentNote(Int32 note_id)
 {
     return(BllIncidentNote.DeleteIncidentNote(note_id));
 }