示例#1
0
 public bool EliminarTipoReferencia(int tipoReferenciaId)
 {
     return(_pagoServicios.EliminarTipoReferencia(tipoReferenciaId));
 }