Beispiel #1
0
 public static IncidentDS.IncidentNoteDSDataTable SelectIncidentNote(Int32 note_id)
 {
     return(BllIncidentNote.SelectIncidentNote(note_id));
 }