Ejemplo n.º 1
0
 public bool DeleteViolation(long id)
 {
     return(nomenclatureService.DeleteViolation(id));
 }