Example #1
0
 public static IncidentDS.IncidentNoteDSDataTable GetAllIncidentNotes(Int32 incident_id)
 {
     return(BllIncidentNote.GetAllIncidentNotes(incident_id));
 }