Пример #1
0
 public int DeleteRelEnProcesos(String BaseRemoteIp, int BaseIdUser, int?IdProceso)
 {
     return(RelEnProcesos.Delete(IdProceso));
 }