Ejemplo n.º 1
0
 public static void InsertIncidentNote(Int32 incidentId, Int32 userId, string note)
 {
     DalIncidentNote.InsertIncidentNote(incidentId, userId, note);
 }