Example #1
0
 public bool Delete(object IdInvestigador)
 {
     return(RisInvestigadore.Delete(IdInvestigador) == 1);
 }