Example #1
0
 public static void InsertIncidentNote(Int32 incident_id, Int32 user_id, string note)
 {
     BllIncidentNote.InsertIncidentNote(incident_id, user_id, note);
 }