Beispiel #1
0
 public static Int32 DeleteIncident(Int32 incidentId)
 {
     return(DalIncident.DeleteIncident(incidentId));
 }