Exemple #1
0
 public ResponseService ElimarRegistro(int idRegistro)
 {
     return(comunRegistroRepositorio.ElimarRegistro(idRegistro));
 }