Ejemplo n.º 1
0
 public int AddIncidentReport(ReportViewModel add)
 {
     return(data.AddIncidentReport(add));
 }