Exemplo n.º 1
0
 public int DeleteIncidentReport(int id)
 {
     return(data.DeleteIncidentReport(id));
 }